Socket
Socket
Sign inDemoInstall

grunt-contrib-obfuscator

Package Overview
Dependencies
32
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.2

6

package.json
{
"name": "grunt-contrib-obfuscator",
"description": "Grunt plugin that obfuscates your JavaScript using the javascript-obfuscator library.",
"version": "1.0.0",
"version": "1.0.2",
"author": {

@@ -15,3 +15,5 @@ "name": "Tiago Serafim"

"scripts": {
"test": "grunt test"
"test": "grunt test",
"preversion": "npm test",
"postversion": "git push && git push --tags && npm publish"
},

@@ -18,0 +20,0 @@ "dependencies": {

grunt-contrib-obfuscator
========================
Grunt plugin for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator).
Grunt plugin for [javascript-obfuscator](https://github.com/javascript-obfuscator/javascript-obfuscator). You can try the javascript-obfuscator module and see all its options here: https://javascriptobfuscator.herokuapp.com
**Consider this code alpha.**
[![Build Status](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator.svg?branch=master)](https://travis-ci.org/javascript-obfuscator/grunt-contrib-obfuscator)

@@ -29,4 +27,4 @@

'dest/output.js': [
'src/js/file1.js',
'src/js/file2.js'
'src/js/file1.js',
'src/js/file2.js'
]

@@ -33,0 +31,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