Socket
Socket
Sign inDemoInstall

grunt-jscrambler

Package Overview
Dependencies
Maintainers
1
Versions
133
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 0.2.6 to 0.2.7

6

package.json
{
"name": "grunt-jscrambler",
"description": "Obfuscate your source files using the JScrambler API.",
"version": "0.2.6",
"version": "0.2.7",
"homepage": "https://github.com/auditmark/grunt-jscrambler",

@@ -34,4 +34,4 @@ "author": "José Magalhães <magalhas@gmail.com> (https://github.com/magalhas)",

"dependencies": {
"lodash": "^2.4.1",
"jscrambler": "^0.5.0"
"jscrambler": "^0.5.5",
"lodash": "^2.4.1"
},

@@ -38,0 +38,0 @@ "keywords": [

@@ -60,3 +60,3 @@ /**

var dest = elem.dest;
var lastDestChar = dest[file.length - 1];
var lastDestChar = dest[dest.length - 1];
var destPath;

@@ -63,0 +63,0 @@ if (elem.src.length === 1 && lastDestChar !== '/' && lastDestChar !== '\\') {

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