Socket
Socket
Sign inDemoInstall

grunt-jscrambler

Package Overview
Dependencies
Maintainers
11
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-jscrambler - npm Package Compare versions

Comparing version 6.4.21 to 6.4.23

LICENSE

33

package.json
{
"name": "grunt-jscrambler",
"description": "Obfuscate your source files using the Jscrambler API.",
"version": "6.4.21",
"version": "6.4.23",
"homepage": "https://github.com/jscrambler/jscrambler",
"scripts": {
"test": "grunt"
},
"author": "Jscrambler <code@jscrambler.com>",
"author": "Jscrambler <support@jscrambler.com>",
"contributors": [

@@ -20,8 +17,7 @@ "Michael Nicholls <nicholls.mc@gmail.com> (https://github.com/mcnicholls)"

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jscrambler/jscrambler/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"engines": {

@@ -39,4 +35,8 @@ "node": ">= 0.1"

"dependencies": {
"jscrambler": "^6.4.21"
"jscrambler": "6.4.23"
},
"files": [
"Gruntfile.js",
"tasks"
],
"keywords": [

@@ -49,3 +49,8 @@ "gruntplugin",

"javascript"
]
}
],
"scripts": {
"test": "grunt",
"eslint": "eslint tasks/ examples/",
"eslint:fix": "pnpm run eslint --fix"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc