Socket
Socket
Sign inDemoInstall

rollup-plugin-obfuscator

Package Overview
Dependencies
90
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

12

package.json
{
"name": "rollup-plugin-obfuscator",
"version": "0.2.1",
"version": "0.2.2",
"description": "The most powerful rollup plugin for javascript-obfuscator",

@@ -21,13 +21,13 @@ "main": "dist/rollup-plugin-obfuscator.js",

"dependencies": {
"@rollup/pluginutils": "^4.1.1"
"@rollup/pluginutils": "^4.2.1"
},
"peerDependencies": {
"javascript-obfuscator": "^0.18.1",
"javascript-obfuscator": "*",
"rollup": "^2.56.3"
},
"devDependencies": {
"javascript-obfuscator": "^2.19.0",
"rollup": "^2.56.3",
"typescript": "^4.4.3"
"javascript-obfuscator": "^4.0.0",
"rollup": "^2.72.1",
"typescript": "^4.6.4"
}
}
# rollup-plugin-obfuscator
[![npm](https://img.shields.io/npm/v/rollup-plugin-obfuscator)](https://www.npmjs.com/package/rollup-plugin-obfuscator)
The most powerful rollup plugin for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).

@@ -19,7 +21,7 @@

With this plugin **you** install `javascript-obfuscator` separately from the plugin (as you can see in the installation instructions above). You will always be able to update it, even if this plugin stops being maintained.
With this plugin **you** install `javascript-obfuscator` separately from the plugin (as seen in the installation instructions above). This plugin is designed so `javascript-obfuscator` will always be updatable, independently from `rollup-plugin-obfuscator`.
Additionally, it's much more powerful because you can apply obfuscation settings:
- per file
- per file
- to the whole bundle

@@ -26,0 +28,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc