Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2021

Bumps javascript-obfuscator from 1.11.0 to 3.0.0.

Release notes

Sourced from javascript-obfuscator's releases.

3.0.0 release

  • Breaking change: ignoreRequireImports option renamed to ignoreImports
  • Breaking change: rotateStringArray option renamed to stringArrayRotate
  • Breaking change: shuffleStringArray option renamed to stringArrayShuffle
  • ignoreImports now ignores dynamic imports in addition to require imports

2.19.1 release

  • Updated @javascript-obfuscator/escodegen with fixed parenthesis of default export IIFE

2.19.0 release

  • Fixed very rare cases when rotateStringArray couldn't rotate array properly
  • Improved selfDefending option
  • Installed npm package now has types directory and doesn't have src directory
  • Fixed javascript-obfuscator/javascript-obfuscator#959

2.18.1 release

  • Updated @javascript-obfuscator/escodegen with fixed generation of private property names

2.18.0 release

  • Added support of es2022 features: class properties
  • Dropped support for node@15.
  • Increased minimum supported node versions: ^12.22.0 || ^14.17.0 || >=16.0.0

2.17.0 release

  • New option: sourceMapSourcesMode allows to control sources and sourcesContent fields of the source map
  • inputFileName option now required when using NodeJS API and sourceMapSourcesMode option has sources value`.
  • Fixed some cases with wrong source map file name generation when sourceMapFileName option is set

2.16.0 release

  • stringArrayWrappersType: 'function' now generates different indexes between each wrapper inside the same lexical scope
  • stringArrayWrappersType: 'function' now generates different parameters order between each wrapper inside the same lexical scope
  • stringArrayWrappersType: 'function' now appends FunctionDeclaration functions instead of FunctionExpression functions. This allows to append these wrappers at random positions inside each scope
  • renameProperties option now won't generate duplicated property names in some cases

2.15.5 release

  • Improved stringArray calls wrapper decode code

2.15.4 release

  • Improved stringArray calls wrapper code

2.15.3 release

  • Slightly improved integration between deadCodeInjection and stringArrayWrappersChainedCalls options

2.15.2 release

2.15.1 release

  • Hotfix: domainDest => domainLockRedirectUrl option rename

2.15.0 release

... (truncated)

Changelog

Sourced from javascript-obfuscator's changelog.

v3.0.0

  • Breaking change: ignoreRequireImports option renamed to ignoreImports
  • Breaking change: rotateStringArray option renamed to stringArrayRotate
  • Breaking change: shuffleStringArray option renamed to stringArrayShuffle
  • ignoreImports now ignores dynamic imports in addition to require imports

v2.19.1

  • Updated @javascript-obfuscator/escodegen with fixed parenthesis of default export IIFE

v2.19.0

  • Fixed very rare cases when rotateStringArray couldn't rotate array properly
  • Improved selfDefending option
  • Installed npm package now has types directory and doesn't have src directory
  • Fixed javascript-obfuscator/javascript-obfuscator#959

v2.18.1

  • Updated @javascript-obfuscator/escodegen with fixed generation of private property names

v2.18.0

  • Added support of es2022 features: private identifiers and class properties
  • Dropped support for node@15
  • Increased minimum supported node versions: ^12.22.0 || ^14.17.0 || >=16.0.0

v2.17.0

  • New option: sourceMapSourcesMode allows to control sources and sourcesContent fields of the source map
  • inputFileName option now required when using NodeJS API and sourceMapSourcesMode option has sources value`
  • Fixed some cases with wrong source map file name generation when sourceMapFileName option is set

v2.16.0

  • stringArrayWrappersType: 'function' now generates different indexes between each wrapper inside the same lexical scope
  • stringArrayWrappersType: 'function' now generates different parameters order between each wrapper inside the same lexical scope
  • stringArrayWrappersType: 'function' now appends FunctionDeclaration functions instead of FunctionExpression functions. This allows to append these wrappers at random positions inside each scope
  • renameProperties option now won't generate duplicated property names in some cases

v2.15.6

v2.15.5

  • Improved stringArray calls wrapper decode code

v2.15.4

... (truncated)

Commits
  • 4b5da45 Merge pull request #1010 from javascript-obfuscator/options-rename
  • ec1c90a Renamed options
  • faaab45 ignoreRequireImports option renamed to ignoreImports
  • 848f188 Merge pull request #1004 from sxzz/feat/dynamic-import
  • 7447e9a Merge pull request #1009 from javascript-obfuscator/dependencies-update-16.10.21
  • d98fe3f @​javascript-obfuscator/escodegen update
  • 5209bee Merge pull request #1007 from javascript-obfuscator/dependencies-update-16.10.21
  • d6b5b71 dependencies update
  • 30c5e9a fix: dynamic import
  • 314855e Added command to remove typings directory before its build
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-obfuscator-3.0.0 branch 5 times, most recently from 3a138c3 to 14f0ade Compare November 1, 2021 12:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-obfuscator-3.0.0 branch 4 times, most recently from c28c517 to eb30cb8 Compare December 1, 2021 12:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-obfuscator-3.0.0 branch from eb30cb8 to 2c4e04d Compare January 1, 2022 12:08
Bumps [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator) from 1.11.0 to 3.0.0.
- [Release notes](https://github.com/javascript-obfuscator/javascript-obfuscator/releases)
- [Changelog](https://github.com/javascript-obfuscator/javascript-obfuscator/blob/master/CHANGELOG.md)
- [Commits](javascript-obfuscator/javascript-obfuscator@1.11.0...3.0.0)

---
updated-dependencies:
- dependency-name: javascript-obfuscator
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/javascript-obfuscator-3.0.0 branch from 2c4e04d to b0e4efe Compare January 1, 2022 12:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2022

Superseded by #136.

@dependabot dependabot bot closed this Feb 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/javascript-obfuscator-3.0.0 branch February 1, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants