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
2
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.1.0-alpha.a5d82515 to 1.1.0-alpha.bbb62d41

10

lib/index.js

@@ -43,5 +43,7 @@ 'use strict';

var isArray = Array.isArray;
var forEach = Array.prototype.forEach;
var reduce = Array.prototype.reduce;
var push = Array.prototype.push;
var _Array$prototype = Array.prototype;
var forEach = _Array$prototype.forEach;
var reduce = _Array$prototype.reduce;
var push = _Array$prototype.push;
var isEnumerable = Object.prototype.propertyIsEnumerable;

@@ -79,3 +81,3 @@

if (typeof requiredModule.toCssString === 'function') {
/* eslint-disable no-plusplus*/
/* eslint-disable no-plusplus */
var id = getId(parentModule) + '/import__' + nonCSSModuleImportId++;

@@ -82,0 +84,0 @@ var css = requiredModule.toCssString();

2

package.json
{
"name": "css-module-builder",
"version": "1.1.0-alpha.a5d82515",
"version": "1.1.0-alpha.bbb62d41",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/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