Skip to content

Releases: NodeSecure/js-x-ray

v7.2.0

20 May 16:57
Compare
Choose a tag to compare

What's Changed

  • feat: add intialize and finalize for AstAnalyser.analyze API by @tony-go in #269
  • feat: enable initalize and finalize for AstAnalyser.analyseFile by @tony-go in #271
  • Fix entry files analyser by @fraxken in #272

Full Changelog: v7.1.1...v7.2.0

v7.1.1

15 May 13:32
Compare
Choose a tag to compare

What's Changed

  • refactor: implement API exports & minimal docs by @fraxken in #264

Full Changelog: v7.1.0...v7.1.1

v7.1.0

15 May 12:48
Compare
Choose a tag to compare

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: v7.0.0...v7.1.0

v7.0.0

31 Mar 22:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.0...v7.0.0

v6.3.0

03 Dec 14:16
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump step-security/harden-runner from 2.5.1 to 2.6.1 by @dependabot in #162
  • docs: use new blockquotes & remove outdated parts by @fraxken in #171
  • chore: setup workspaces by @fraxken in #172
  • fix(workspaces): git, bugs & homepage URL by @fraxken in #173
  • chore(warning): allow null for location & add configurable kind by @fraxken in #176
  • fix(ASTDeps): add missing Symbol.iterator in class typedef by @fraxken in #175

Full Changelog: v6.2.1...v6.3.0

v6.2.1

30 Nov 10:16
Compare
Choose a tag to compare

What's Changed

  • fix: illegal return statement parsing error by @fraxken in #164
  • docs: improve warnings markdown docs by @fraxken in #167
  • fix: remove require.resolve console.log by @fraxken in #169

Full Changelog: v6.2.0...v6.2.1

v6.2.0

26 Nov 14:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.1...v6.2.0

v6.1.1

22 Jun 17:08
Compare
Choose a tag to compare

What's Changed

  • docs: add banner and center badges with TML format by @fraxken in #85
  • Add dependabot yml configuration by @fabnguess in #86
  • chore(deps-dev): bump @slimio/is from 1.5.1 to 2.0.0 by @dependabot in #92
  • chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.1.2 by @dependabot in #91
  • chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #90
  • chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #89
  • chore(deps): bump github/codeql-action from 2.1.27 to 2.1.39 by @dependabot in #88
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #87
  • chore(StepSecurity): Apply security best practices by @step-security-bot in #94
  • chore(deps): bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #96
  • chore(deps): bump github/codeql-action from 2.2.1 to 2.2.4 by @dependabot in #99
  • ci: disable nsci warnings by @fraxken in #104
  • Update dependabot frequency by @fabnguess in #102
  • chore(deps): bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #103
  • chore(deps): bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #101
  • feat: add shady-link warning by @PierreDemailly in #105
  • docs: add PierreDemailly as a contributor for code, and test by @allcontributors in #106
  • fix(security): add missing workflow top level permissions by @fraxken in #107
  • feat: add removeHTMLComments option by @fraxken in #114
  • chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #110
  • chore(deps): bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #112
  • chore(deps): bump step-security/harden-runner from 2.2.0 to 2.2.1 by @dependabot in #113
  • chore(deps): bump github/codeql-action from 2.2.5 to 2.2.9 by @dependabot in #111
  • 6.1.0 by @fraxken in #115
  • chore(deps-dev): bump @types/node from 18.16.17 to 20.3.0 by @dependabot in #127
  • chore(deps): bump step-security/harden-runner from 2.2.1 to 2.4.0 by @dependabot in #126
  • chore(deps): bump github/codeql-action from 2.2.9 to 2.3.5 by @dependabot in #125
  • chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #124
  • chore(deps): bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #117
  • fix(ci): enable codecov using lcov reporter by @fraxken in #128
  • fix: missing parsing_error in warnings list by @halcin in #131
  • chore(deps-dev): bump c8 from 7.14.0 to 8.0.0 by @dependabot in #130

New Contributors

Full Changelog: v6.0.1...v6.1.1

v6.1.0

22 Apr 17:10
Compare
Choose a tag to compare

What's Changed

  • docs: add banner and center badges with TML format by @fraxken in #85
  • Add dependabot yml configuration by @fabnguess in #86
  • chore(deps-dev): bump @slimio/is from 1.5.1 to 2.0.0 by @dependabot in #92
  • chore(deps): bump ossf/scorecard-action from 2.0.6 to 2.1.2 by @dependabot in #91
  • chore(deps): bump actions/setup-node from 2 to 3 by @dependabot in #90
  • chore(deps): bump actions/upload-artifact from 3.1.0 to 3.1.2 by @dependabot in #89
  • chore(deps): bump github/codeql-action from 2.1.27 to 2.1.39 by @dependabot in #88
  • chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #87
  • chore(StepSecurity): Apply security best practices by @step-security-bot in #94
  • chore(deps): bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #96
  • chore(deps): bump github/codeql-action from 2.2.1 to 2.2.4 by @dependabot in #99
  • ci: disable nsci warnings by @fraxken in #104
  • Update dependabot frequency by @fabnguess in #102
  • chore(deps): bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #103
  • chore(deps): bump step-security/harden-runner from 2.1.0 to 2.2.0 by @dependabot in #101
  • feat: add shady-link warning by @PierreDemailly in #105
  • docs: add PierreDemailly as a contributor for code, and test by @allcontributors in #106
  • fix(security): add missing workflow top level permissions by @fraxken in #107
  • feat: add removeHTMLComments option by @fraxken in #114
  • chore(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 by @dependabot in #110
  • chore(deps): bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #112
  • chore(deps): bump step-security/harden-runner from 2.2.0 to 2.2.1 by @dependabot in #113
  • chore(deps): bump github/codeql-action from 2.2.5 to 2.2.9 by @dependabot in #111

New Contributors

Full Changelog: v6.0.1...v6.1.0

v6.0.1

15 Jan 21:26
Compare
Choose a tag to compare

What's Changed

  • fix: parsing-error because of unhandled syntax or null values by @fraxken in #84

Full Changelog: v6.0.0...v6.0.1