New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

browserify-css

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-css - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

test/fixtures/deduping-modules/node_modules/my-module/my-file.js

6

css-transform.js

@@ -200,3 +200,7 @@ 'use strict';

cssTransform.call(this, options, filename, callback);
try {
cssTransform.call(this, options, filename, callback);
} catch(err) {
this.emit('error', err);
}
};

2

package.json
{
"name": "browserify-css",
"version": "0.8.2",
"version": "0.8.3",
"description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files",

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

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