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.8 to 1.0.9

1

lib/index.js

@@ -244,2 +244,3 @@ 'use strict';

}
return this;
}

@@ -246,0 +247,0 @@ }, {

@@ -244,2 +244,3 @@ 'use strict';

}
return this;
}

@@ -246,0 +247,0 @@ }, {

2

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

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

@@ -48,3 +48,3 @@ export interface Bounds {

reverse(): this;
thresholdArea(minArea: number): void;
thresholdArea(minArea: number): this;

@@ -51,0 +51,0 @@ join(shape: Shape): this;

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

}
return this;
}

@@ -160,0 +161,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