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

path-intersection

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

path-intersection - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

4

intersect.d.ts

@@ -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": [

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