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

@doodle3d/clipper-js

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@doodle3d/clipper-js - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

lib/index.js

@@ -241,3 +241,3 @@ 'use strict';

var index = this.paths.indexOf(path);
this.splice(index, 1);
this.paths.splice(index, 1);
}

@@ -244,0 +244,0 @@ }

@@ -241,3 +241,3 @@ 'use strict';

var index = this.paths.indexOf(path);
this.splice(index, 1);
this.paths.splice(index, 1);
}

@@ -244,0 +244,0 @@ }

{
"name": "@doodle3d/clipper-js",
"version": "1.0.9",
"version": "1.0.10",
"description": "Clipper-lib abstraction layer (simplified API)",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -155,3 +155,3 @@ import ClipperLib from 'clipper-lib';

const index = this.paths.indexOf(path);
this.splice(index, 1);
this.paths.splice(index, 1);
}

@@ -158,0 +158,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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