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

css-module-builder

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-module-builder - npm Package Compare versions

Comparing version 1.0.0-beta.6 to 1.0.0-beta.7

test/.eslintrc.json

2

index.js

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

function isALocalDefinition(module, local) {
return isEnumerable.call(module, local) && !/^\d+$/.test(local)
return isEnumerable.call(module, local) && !/^\d+$/.test(local);
}

@@ -78,0 +78,0 @@

{
"name": "css-module-builder",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "",

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

@@ -67,7 +67,7 @@ const assert = require('assert');

assert.equal(result1, 'test');
assert.equal(result2, '');
assert.equal(result3, '');
assert.equal(result1, 'test');
assert.equal(result2, '');
assert.equal(result3, '');
});
});
});
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