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

path2d-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path2d-polyfill - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

11

package.json
{
"name": "path2d-polyfill",
"version": "0.2.0",
"version": "0.2.1",
"description": "Polyfills Path2D api for canvas rendering",
"scripts": {
"build": "parcel build src/index.js",
"build": "rm -rf dist/* && parcel build src/index.js",
"build:watch": "parcel src/index.js",

@@ -11,3 +11,3 @@ "lint": "eslint src test",

"test:coverage": "aw -c aw.config.js --coverage",
"example": "npm run build -- --environment BUILD:debug && simple-server"
"example": "parcel index.html"
},

@@ -18,3 +18,3 @@ "files": [

],
"main": "dist/path2d-polyfill.js",
"main": "dist/index.js",
"module": "src/index.js",

@@ -43,5 +43,4 @@ "repository": {

"eslint-plugin-import": "^2.12.0",
"parcel-bundler": "^1.8.1",
"simple-server": "^1.1.1"
"parcel-bundler": "^1.8.1"
}
}
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