path2d-polyfill
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7
0
47158