Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

urlpattern-polyfill

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

urlpattern-polyfill - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

12

package.json
{
"name": "urlpattern-polyfill",
"version": "4.0.0",
"version": "4.0.1",
"description": "Polyfill for the URLPattern API",

@@ -10,8 +10,8 @@ "repository": {

"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts"
"require": "./dist/index.cjs"
},

@@ -39,2 +39,2 @@ "files": [

"license": "MIT"
}
}

@@ -0,1 +1,4 @@

![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/kenchris/urlpattern-polyfill/workflow.yml/main?style=for-the-badge)
![npm (tag)](https://img.shields.io/npm/v/urlpattern-polyfill/latest?style=for-the-badge)
URLPattern polyfills

@@ -28,3 +31,3 @@ ===

*/
import from "urlpattern-polyfill";
import "urlpattern-polyfill";

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