js-x-ray

JavaScript & Node.js open-source SAST scanner. A static analyser for detecting most common malicious patterns 🔬.

MIT License

Downloads
880
Stars
203
Committers
16

Bot releases are hidden (Show)

js-x-ray - v7.2.0 Latest Release

Published by fraxken 5 months ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v7.1.1...v7.2.0

js-x-ray - v7.1.1

Published by fraxken 5 months ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v7.1.0...v7.1.1

js-x-ray - v7.1.0

Published by fraxken 5 months ago

What's Changed

EntryFilesAnalyzer

import { EntryFilesAnalyser } from "@nodesecure/js-x-ray";

const efa = new EntryFilesAnalyser();
const entryFiles = ["./path/to/file"];

for await (const fileResult of efa.analyse(entryFiles)) {
  console.log(entryFiles);
}

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v7.0.0...v7.1.0

js-x-ray - v7.0.0

Published by fraxken 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.3.0...v7.0.0

js-x-ray - v6.3.0

Published by fraxken 11 months ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.2.1...v6.3.0

js-x-ray - v6.2.1

Published by fraxken 11 months ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.2.0...v6.2.1

js-x-ray - v6.2.0

Published by fraxken 11 months ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.1.1...v6.2.0

js-x-ray - v6.1.1

Published by fraxken over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.0.1...v6.1.1

js-x-ray - v6.1.0

Published by fraxken over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.0.1...v6.1.0

js-x-ray - v6.0.1

Published by fraxken almost 2 years ago

What's Changed

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v6.0.0...v6.0.1

js-x-ray - v6.0.0

Published by fraxken almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v5.1.0...v6.0.0

js-x-ray - v5.1.0

Published by fraxken about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v5.0.1...v5.1.0

js-x-ray - v5.0.1

Published by fraxken over 2 years ago

What's changed

  • Add missing /types directory in the published npm tarball (package.json files whitelist).

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v5.0.0...v5.0.1

js-x-ray - v5.0.0

Published by fraxken over 2 years ago

What's Changed

Warning: Breaking changes with exported warnings and TS definitions.

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v4.5.0...v5.0.0

js-x-ray - v4.5.0

Published by fraxken over 2 years ago

What's Changed


New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v4.4.0...v4.5.0

js-x-ray - v4.4.0

Published by fraxken over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/NodeSecure/js-x-ray/compare/v4.3.0...v4.4.0