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

urlpattern-polyfill

Package Overview
Dependencies
Maintainers
1
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 0.1.2-dev.1af5421 to 0.1.3

18

package.json
{
"name": "urlpattern-polyfill",
"version": "0.1.2-dev.1af5421",
"description": "",
"version": "0.1.3",
"description": "Polyfill for the proposed URLPattern API",
"repository": {
"type": "git",
"url": "https://github.com/kenchris/urlpattern-polyfill"
},
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"src",
"dist"
],
"devDependencies": {

@@ -11,2 +19,5 @@ "ava": "^3.14.0",

"rimraf": "^3.0.2",
"rollup": "^2.35.1",
"rollup-plugin-filesize": "^9.1.0",
"rollup-plugin-terser": "^5.2.0",
"typescript": "^4.1.3"

@@ -19,3 +30,4 @@ },

"quicktest": "ava --fail-fast -s",
"publish-dev": "npm test && VERSION=${npm_package_version%-*}-dev.`git rev-parse --short HEAD` && npm version --no-git-tag-version $VERSION && npm publish --tag dev --allow-same-version"
"checksize": "rollup -c ; cat urlpattern-polyfill.bundled.js | gzip -9 | wc -c ; rm urlpattern-polyfill.bundled.js",
"publish-dev": "npm test && VERSION=${npm_package_version%-*}-dev.`git rev-parse --short HEAD` && npm version --no-git-tag-version $VERSION && npm publish --tag dev"
},

@@ -22,0 +34,0 @@ "ava": {

index.d.ts
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