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

concatenate-js-middleware

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concatenate-js-middleware - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

index.js

@@ -83,3 +83,3 @@ 'use strict';

const minified = uglify.minify(code).code;
code = typeof minified !== undefined ? minified : code;
code = typeof minified !== 'undefined' ? minified : code;
}

@@ -86,0 +86,0 @@

{
"name": "concatenate-js-middleware",
"version": "0.0.3",
"version": "0.0.4",
"description": "A module to concatenate JavaScript files on-the-fly or to save them to disk.",

@@ -5,0 +5,0 @@ "main": "index.js",

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