Socket
Socket
Sign inDemoInstall

style-mod

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

style-mod - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

2

package.json
{
"name": "style-mod",
"version": "3.2.0",
"version": "3.2.1",
"description": "A minimal CSS module shim",

@@ -5,0 +5,0 @@ "main": "dist/style-mod.cjs",

@@ -89,3 +89,3 @@ const C = "\u037c"

constructor(root) {
if (root.adoptedStyleSheets && typeof CSSStyleSheet != "undefined") {
if (!root.head && root.adoptedStyleSheets && typeof CSSStyleSheet != "undefined") {
if (adoptedSet) {

@@ -92,0 +92,0 @@ root.adoptedStyleSheets = [adoptedSet.sheet].concat(root.adoptedStyleSheets)

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