path2d-polyfill
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "path2d-polyfill", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Polyfills Path2D api for canvas rendering", | ||
@@ -37,18 +37,18 @@ "keywords": [ | ||
"dependencies": { | ||
"path2d": "0.2.0" | ||
"path2d": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.24.6", | ||
"@babel/preset-env": "7.24.6", | ||
"@qlik/eslint-config": "0.7.23", | ||
"@qlik/prettier-config": "0.4.13", | ||
"@qlik/tsconfig": "0.2.5", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@vitest/coverage-v8": "1.6.0", | ||
"eslint": "8.57.0", | ||
"jsdom": "24.1.0", | ||
"prettier": "3.2.5", | ||
"typescript": "5.4.5", | ||
"vite": "5.2.12", | ||
"vitest": "1.6.0" | ||
"@babel/core": "^7.24.7", | ||
"@babel/preset-env": "^7.24.7", | ||
"@qlik/eslint-config": "^0.7.25", | ||
"@qlik/prettier-config": "^0.4.15", | ||
"@qlik/tsconfig": "^0.2.6", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"eslint": "^8.57.0", | ||
"jsdom": "^24.1.0", | ||
"prettier": "^3.3.2", | ||
"typescript": "^5.5.2", | ||
"vite": "^5.3.2", | ||
"vitest": "^1.6.0" | ||
}, | ||
@@ -55,0 +55,0 @@ "publishConfig": { |
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
10979
+ Addedpath2d@0.2.2(transitive)
- Removedpath2d@0.2.0(transitive)
Updatedpath2d@^0.2.1