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

js-minify

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-minify - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

6

index.js

@@ -6,2 +6,3 @@ var gulp = require('gulp');

var sourcemaps = require('gulp-sourcemaps');
var ngAnnotate = require('gulp-ng-annotate');
var fs = require('fs');

@@ -20,4 +21,7 @@

.pipe(concat('lab.js'))
.pipe(ngAnnotate())
.pipe(sourcemaps.write())
.pipe(minify({}))
.pipe(minify({
mangle: ['sharedData','angular']
}))
.pipe(gulp.dest(config.way))

@@ -24,0 +28,0 @@ .pipe(gulpFn(function() {

3

package.json
{
"name": "js-minify",
"version": "0.1.4",
"version": "0.1.5",
"description": "Minify all files",

@@ -25,4 +25,5 @@ "license": "MIT",

"gulp-sourcemaps": "*",
"gulp-ng-annotate": "*",
"gulp-fn": "*"
}
}
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