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

@cssfn/cssfn

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cssfn/cssfn - npm Package Compare versions

Comparing version 2.0.14 to 2.0.15

2

dist/renderStyleSheetsAsync.js

@@ -72,2 +72,3 @@ import { generateRulesFromFactory, renderStyleSheet, } from './renderStyleSheets.js';

return; // not my queue_id => ignore
event.stopImmediatePropagation(); // prevents other listeners to receive this event
handleDone();

@@ -81,2 +82,3 @@ resolve(event.data);

return; // not my queue_id => ignore
event.stopImmediatePropagation(); // prevents other listeners to receive this event
handleDone();

@@ -83,0 +85,0 @@ reject(event);

2

package.json
{
"name": "@cssfn/cssfn",
"version": "2.0.14",
"version": "2.0.15",
"description": "Writes, imports, and exports css stylesheets as javascript modules.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -114,2 +114,3 @@ // cssfn:

if (queueId !== currentQueueId) return; // not my queue_id => ignore
event.stopImmediatePropagation(); // prevents other listeners to receive this event

@@ -125,2 +126,3 @@

if (queueId !== currentQueueId) return; // not my queue_id => ignore
event.stopImmediatePropagation(); // prevents other listeners to receive this event

@@ -127,0 +129,0 @@

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