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

minifyify

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minifyify - npm Package Compare versions

Comparing version 7.3.1 to 7.3.2

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "7.3.1",
"version": "7.3.2",
"repository": {

@@ -24,0 +24,0 @@ "type": "git",

@@ -58,3 +58,3 @@ Minifyify

bundler.plugin('minifyify', {map: 'bundle.map.json'});
bundler.plugin('minifyify', {map: 'bundle.js.map'});

@@ -70,3 +70,3 @@ bundler.bundle(function (err, src, map) {

```sh
$ browserify entry.js -d -p [minifyify --map bundle.map.json --output bundle.map.json] > bundle.js
$ browserify entry.js -d -p [minifyify --map bundle.js.map --output bundle.js.map] > bundle.js
```

@@ -79,3 +79,3 @@

```sh
$ browserify entry.js -d -p [minifyify --map bundle.map.json --output bundle.map.json --uglify [ --compress [ --dead_code--comparisons 0 ] ] ] > bundle.js
$ browserify entry.js -d -p [minifyify --map bundle.js.map --output bundle.js.map --uglify [ --compress [ --dead_code--comparisons 0 ] ] ] > bundle.js
```

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