path-intersection
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -37,3 +37,3 @@ | ||
export = findPathIntersections; | ||
export default findPathIntersections; | ||
@@ -95,1 +95,3 @@ /** | ||
} | ||
export type { Intersection, Path, PathComponent }; |
{ | ||
"name": "path-intersection", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Computes the intersection between two SVG paths", | ||
@@ -8,7 +8,15 @@ "main": "intersect.js", | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"import": "./intersect.js", | ||
"types": "./intersect.d.ts" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"scripts": { | ||
"all": "run-s lint test", | ||
"all": "run-s lint check-types test", | ||
"lint": "eslint .", | ||
"dev": "npm test -- --auto-watch --no-single-run", | ||
"test": "karma start karma.conf.cjs" | ||
"test": "karma start karma.conf.cjs", | ||
"check-types": "tsc --noEmit" | ||
}, | ||
@@ -33,18 +41,22 @@ "engines": { | ||
"devDependencies": { | ||
"chai": "^4.3.10", | ||
"@types/chai": "^4.3.12", | ||
"@types/karma-chai": "^0.1.6", | ||
"@types/mocha": "^10.0.6", | ||
"chai": "^4.4.1", | ||
"domify": "^2.0.0", | ||
"eslint": "^8.55.0", | ||
"eslint-plugin-bpmn-io": "^1.0.0", | ||
"karma": "^6.4.2", | ||
"karma": "^6.4.3", | ||
"karma-chrome-launcher": "^3.2.0", | ||
"karma-firefox-launcher": "^2.1.2", | ||
"karma-firefox-launcher": "^2.1.3", | ||
"karma-mocha": "^2.0.1", | ||
"karma-sinon-chai": "^2.0.2", | ||
"karma-webpack": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"karma-webpack": "^5.0.1", | ||
"mocha": "^10.3.0", | ||
"npm-run-all": "^4.1.2", | ||
"puppeteer": "^21.6.1", | ||
"puppeteer": "^22.4.1", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"webpack": "^5.89.0" | ||
"typescript": "^5.4.2", | ||
"webpack": "^5.90.3" | ||
}, | ||
@@ -51,0 +63,0 @@ "files": [ |
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
29069
831
20