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 0.4.1 to 0.4.2

4

package.json

@@ -14,3 +14,3 @@ {

],
"version": "0.4.1",
"version": "0.4.2",
"repository": {

@@ -22,3 +22,3 @@ "type": "git",

"dependencies": {
"browserify": "https://github.com/ben-ng/node-browserify/archive/master.tar.gz",
"browserify": "2.33.x",
"concat-stream": "1.0.x",

@@ -25,0 +25,0 @@ "through": "2.3.x",

@@ -11,12 +11,6 @@ Minifyify

## Known Issues
* Browserify
Browserify does not preserve the `source` key when combining source maps, which will cause minifyify to throw an exception. Use [my fork of Browserify](https://github.com/ben-ng/node-browserify/archive/master.zip) (the easy way: `require('minifyify/browserify')`) until [the PR](https://github.com/thlorenz/combine-source-map/pull/6) is merged.
## Usage
```js
var browserify = require('minifyify/browserify')
var browserify = require('browserify')
, minifyify = require('minifyify')

@@ -23,0 +17,0 @@ , path = require('path')

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