1.0.6-stable • Published 2 years ago

@bdxygy/webpack-javascript-obfuscator-plugin v1.0.6-stable

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@bdxygy/webpack-javascript-obfuscator-plugin

This package is the successor of javascript-obfuscator specifically designed for the webpack environment. It performs obfuscation after webpack has completed the afterEmit lifecycle.

Link for go to javascript-obfuscator

https://github.com/javascript-obfuscator/webpack-obfuscator

Here's an example of how to use this package:

... // webpack.config.js
plugins: [new ObfuscatorPlugin({
    renameGlobals: true,
    compact: true,
    target: "node",
    transformObjectKeys: true,
    stringArray: true,
    identifierNamesGenerator: "mangled-shuffled",
    stringArrayEncoding: ["rc4"],
    splitStrings: true,
    splitStringsChunkLength: 3,
  })],
}
// This is the default configuration for this plugin. 
If you believe there are no changes needed, you can remove the parameters from the plugin object
so that they are implicitly set, and it won't cause any issues.

If you want to learn more about obfuscation performance or access documentation about @bdxygy/webpack-javascript-obfuscator-plugin you can simply visit the documentation of javascript-obfuscator at https://github.com/javascript-obfuscator/javascript-obfuscator. There, you can find detailed information and resources regarding the plugin.

1.0.6-stable

2 years ago

1.0.5-stable

2 years ago

1.0.4-stable

2 years ago

1.0.3-stable

2 years ago

1.0.2-stable

2 years ago

1.0.1-test.10

2 years ago

1.0.1-test.9

2 years ago

1.0.1-test.8

2 years ago

1.0.1-test.7

2 years ago

1.0.1-test.6

2 years ago

1.0.1-test.5

2 years ago

1.0.1-test.4

2 years ago

1.0.1-test.3

2 years ago

1.0.1-test.2

2 years ago

1.0.1-test

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago