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.3 to 7.3.4

2

lib/minifier.js

@@ -428,3 +428,3 @@ var Minifier

_.each(this.registry, function(v, file) {
_.each(Object.keys(this.registry).sort(), function(file) {
cb(file, self.codeForFile(file), self.mapForFile(file));

@@ -431,0 +431,0 @@ });

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

],
"version": "7.3.3",
"version": "7.3.4",
"repository": {

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

@@ -7,2 +7,8 @@ Minifyify

## WARNING: Unmaintained!
I have stopped writing Javascript full-time, and therefore do not use Minifyify anymore. While I will continue to accept pull requests and keep the test suite running, you should consider better-maintained alternatives. Thank you for your support!
## Why use Minifyify?
Before, browserify made you choose between sane debugging and sane load times. Now, you can have both.

@@ -9,0 +15,0 @@

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