Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-jscrambler

Package Overview
Dependencies
Maintainers
7
Versions
136
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 5.2.10 to 5.2.11

2

examples/simple/Gruntfile.js

@@ -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 @@ }

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