Huge News!Announcing our $40M Series B led by Abstract Ventures.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.3.3 to 0.4.0

examples/submodules/app.css

2

browser.js

@@ -29,2 +29,4 @@ 'use strict';

style.type = 'text/css';
style.innerHTML = cssText;
for (var key in attributes) {

@@ -31,0 +33,0 @@ if ( ! attributes.hasOwnProperty(key)) {

2

gulpfile.js

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

'examples/**/*.js',
'!examples/bundle.js'
'!examples/**/bundle.js'
])

@@ -16,0 +16,0 @@ .pipe(jshint(jshintConfig))

{
"name": "browserify-css",
"version": "0.3.3",
"version": "0.4.0",
"description": "A Browserify transform for bundling, rebasing, inlining, and minifying CSS files",

@@ -8,3 +8,3 @@ "main": "./index.js",

"scripts": {
"test": "npm run gulp",
"test": "npm run gulp && npm run tap-test",
"gulp": "gulp",

@@ -42,4 +42,4 @@ "tap-test": "tap test/*.js"

"gulp-jshint": "^1.9.2",
"jsdom": "^3.1.1",
"tap": "^0.6.0"
"jsdom": "^3.1.2",
"tap": "^0.7.1"
},

@@ -46,0 +46,0 @@ "bugs": {

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