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

@webcomponents/shadycss

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webcomponents/shadycss - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "@webcomponents/shadycss",
"version": "1.0.2",
"version": "1.0.3",
"description": "Styling helpers for ShadyDOM",

@@ -5,0 +5,0 @@ "main": "shadycss.min.js",

# ShadyCSS
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` styntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface).
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` syntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface).

@@ -5,0 +5,0 @@ ## Requirements

@@ -13,3 +13,3 @@ /**

import { MIXIN_MATCH, VAR_ASSIGN } from './common-regex'
import { MIXIN_MATCH, VAR_ASSIGN } from './common-regex.js'

@@ -60,2 +60,2 @@ /**

return has;
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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