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 3.0.0-beta6 to 3.0.0-beta7

2

package.json

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

],
"version": "3.0.0-beta6",
"version": "3.0.0-beta7",
"repository": {

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

@@ -27,3 +27,3 @@ Minifyify

.bundle({debug: true})
.pipe(minifier.consume(function (err, src, map) {
.pipe(minifier.consumer(function (err, src, map) {
// Your code here

@@ -64,3 +64,3 @@ }));

// Consume pulls the source map out of src and transforms the mappings
.pipe(minifier.consume(function (err, src, map) {
.pipe(minifier.consumer(function (err, src, map) {
// src and map are strings

@@ -67,0 +67,0 @@ // src has a comment pointing to map

Sorry, the diff of this file is not supported yet

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