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
2
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 2.0.4 to 2.0.5

9

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

@@ -8,3 +8,3 @@ "module": "build/spanning-css-polyfill.js",

"type": "module",
"types": "",
"types": "build/index.d.ts",
"exports": "build/spanning-css-polyfill.js",

@@ -17,6 +17,7 @@ "devDependencies": {

"tape": "^5.0.1",
"tape-es": "^1.2.11"
"tape-es": "^1.2.11",
"typescript": "^3.9.7"
},
"scripts": {
"build": "microbundle -f es -o build/",
"build": "microbundle -f es -o build/ && tsc",
"dev": "concurrently serve \"microbundle -f es watch\"",

@@ -23,0 +24,0 @@ "test": "tape-es tests/*.js",

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