grunt-jscrambler
Advanced tools
Comparing version 5.2.10 to 5.2.11
@@ -49,3 +49,3 @@ module.exports = function (grunt) { | ||
files: [ | ||
{src: ['index.js', 'module.js'], dest: 'dist/'} | ||
{expand:true, src: ['index.js', 'module.js'], dest: 'dist/'} | ||
] | ||
@@ -52,0 +52,0 @@ } |
@@ -22,4 +22,4 @@ { | ||
"grunt-cli": "^1.2.0", | ||
"grunt-jscrambler": "^1.0.0" | ||
"grunt-jscrambler": "^5.0.0" | ||
} | ||
} |
{ | ||
"name": "grunt-jscrambler", | ||
"description": "Obfuscate your source files using the JScrambler API.", | ||
"version": "5.2.10", | ||
"version": "5.2.11", | ||
"homepage": "https://github.com/jscrambler/jscrambler", | ||
@@ -38,3 +38,3 @@ "scripts": { | ||
"dependencies": { | ||
"jscrambler": "^5.2.10", | ||
"jscrambler": "^5.2.11", | ||
"lodash": "^3.10.1" | ||
@@ -41,0 +41,0 @@ }, |
@@ -47,3 +47,3 @@ # ![jscrambler](https://rawgithub.com/jscrambler/grunt-jscrambler/master/media/jscrambler-logo.png) | ||
files: [ | ||
{src: ['foo.js', 'bar.js'], dest: 'dist/'}, | ||
{expand: true, src: ['foo.js', 'bar.js'], dest: 'dist/'}, | ||
] | ||
@@ -50,0 +50,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65764
1
Updatedjscrambler@^5.2.11