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

path-intersection

Package Overview
Dependencies
Maintainers
1
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 1.0.1 to 1.0.2

NOTICE

6

intersect.js
'use strict';
/**
* This file contains portions that got extraced from Snap.svg (licensed Apache-2.0).
*
* @see https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js
*/
/* eslint no-fallthrough: "off" */

@@ -4,0 +10,0 @@

2

package.json
{
"name": "path-intersection",
"version": "1.0.1",
"version": "1.0.2",
"description": "Computes the intersection between two SVG paths",

@@ -5,0 +5,0 @@ "main": "intersect.js",

@@ -37,4 +37,9 @@ # path-intersection

## Credits
The intersection logic provided by this library is derived from [`path.js`](https://github.com/adobe-webplatform/Snap.svg/blob/master/src/path.js), a part of [Snap.svg](https://github.com/adobe-webplatform/Snap.svg).
## License
Use under the terms of the [MIT license](http://opensource.org/licenses/MIT).
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