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

urlpattern-polyfill

Package Overview
Dependencies
Maintainers
3
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.1 to 4.0.2

6

dist/index.d.ts

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

type URLPatternInput = URLPatternInit | string;
export type URLPatternInput = URLPatternInit | string;
export declare class URLPattern {
export class URLPattern {
constructor(init?: URLPatternInput, baseURL?: string);

@@ -49,2 +49,2 @@

};
}
}
{
"name": "urlpattern-polyfill",
"version": "4.0.1",
"version": "4.0.2",
"description": "Polyfill for the URLPattern API",

@@ -17,2 +17,12 @@ "repository": {

},
"tags": [
"url",
"urlpattern",
"url-pattern",
"browser",
"node",
"polyfill",
"w3c",
"wicg"
],
"files": [

@@ -19,0 +29,0 @@ "dist"

@@ -1,3 +0,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)
[![run-tests](https://github.com/kenchris/urlpattern-polyfill/actions/workflows/workflow.yml/badge.svg)](https://github.com/kenchris/urlpattern-polyfill/actions/workflows/workflow.yml)
[![npm (tag)](https://img.shields.io/npm/v/urlpattern-polyfill/latest?style=flat-square)](https://www.npmjs.com/package/urlpattern-polyfill)
![GitHub](https://img.shields.io/github/license/kenchris/urlpattern-polyfill?style=flat-square)

@@ -4,0 +5,0 @@ URLPattern polyfills

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