Socket
Socket
Sign inDemoInstall

grunt-obfuscator

Package Overview
Dependencies
12
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

.travis.yml

10

History.md
# 0.0.1 / 2013-12-20
0.1.0 / 2014-02-26
==================
* Use any backwards compatible version of obfusactor
* Add travis
* Initial commit
0.0.1 / 2013-12-20
==================
* Initial release

38

package.json
{
"name": "grunt-obfuscator",
"version": "0.0.1",
"description": "Obfuscate nodejs projects via Grunt",
"keywords": [
"name": "grunt-obfuscator",
"version": "0.1.0",
"description": "Obfuscate nodejs projects via Grunt",
"keywords": [
"grunt",

@@ -11,17 +11,17 @@ "gruntplugin",

],
"author": "Stephen Mathieson <me@stephenmathieson.com>",
"repository": {
"type": "git",
"url": "git://github.com/stephenmathieson/grunt-obfuscator.git"
},
"dependencies": {
"obfuscator": "~0.2.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"better-assert": "~1.0.0"
},
"scripts": {
"test": "make test"
}
"author": "Stephen Mathieson <me@stephenmathieson.com>",
"repository": {
"type": "git",
"url": "git://github.com/stephenmathieson/grunt-obfuscator.git"
},
"dependencies": {
"obfuscator": "~0"
},
"devDependencies": {
"grunt": "~0.4.2",
"better-assert": "~1.0.0"
},
"scripts": {
"test": "make test"
}
}

@@ -6,2 +6,5 @@

[![Build Status](https://travis-ci.org/stephenmathieson/grunt-obfuscator.png?branch=master)](https://travis-ci.org/stephenmathieson/grunt-obfuscator)
## Installation

@@ -38,3 +41,3 @@

Your projects entry point, for example `app.js`.
Your project's entry point, for example `app.js`.

@@ -76,2 +79,2 @@ ### `out`

TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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