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

spanning-css-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spanning-css-polyfill - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "spanning-css-polyfill",
"version": "1.0.4",
"version": "1.0.5",
"description": "Polyfill for CSS spanning media query",

@@ -5,0 +5,0 @@ "module": "build/spanning-css-polyfill.js",

@@ -125,3 +125,3 @@ CSS Foldable Display polyfills

let sheet = shadowRoot.querySelector("style");
sheet.innerText = adjustCSS("test-element", sheet.innerText);
sheet.innerText = adjustCSS(sheet.innerText, "test-element");
```

@@ -144,3 +144,3 @@

const css = (strings, ...values) => {
const string = adjustCSS("test-element", strings[0]);
const string = adjustCSS(strings[0], "test-element");
return litCSS([string], ...values);

@@ -147,0 +147,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