Socket
Socket
Sign inDemoInstall

grunt-javascript-obfuscator

Package Overview
Dependencies
171
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

14

package.json
{
"name": "grunt-javascript-obfuscator",
"description": "Obfuscates JavaScript files.",
"version": "1.0.0",
"description": "Obfuscates JavaScript files using amazing javascript-obfuscator.",
"version": "1.0.1",
"main": "tasks/javascript_obfuscator.js",

@@ -27,11 +27,11 @@ "files": ["tasks"],

"devDependencies": {
"grunt": "~0.4.5",
"grunt": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"javascript-obfuscator": "0.7.2"
},
"peerDependencies": {
"grunt": "~0.4.5",
"grunt": ">=0.4.5",
"javascript-obfuscator": ">=0.7.2"

@@ -38,0 +38,0 @@ },

@@ -8,3 +8,3 @@ # grunt-javascript-obfuscator

## Getting Started
This plugin requires Grunt `~0.4.5`
This plugin requires Grunt `>=0.4.5`

@@ -89,2 +89,3 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin and _javascript-obfuscator_ with this command:

* 2016-11-08   v1.0.0   First release.
* 2016-11-09 / v1.0.1 / Relaxed peer dependencies.
* 2016-11-08 / v1.0.0 / First release.
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