Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@modular-css/processor

Package Overview
Dependencies
23
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 28.1.4 to 28.1.5

2

package.json
{
"name": "@modular-css/processor",
"version": "28.1.4",
"version": "28.1.5",
"description": "A streamlined reinterpretation of CSS Modules",

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

@@ -511,5 +511,3 @@ "use strict";

refs.forEach(({ name : depSelector }) => {
const depSelectorId = this._addSelector(dep, depSelector);
graph.addDependency(selectorId, depSelectorId);
this._addSelector(dep, depSelector);
});

@@ -516,0 +514,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc