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

@flatten-js/core

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatten-js/core - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

dist/main.cjs

2

index.d.ts

@@ -353,3 +353,3 @@ // Type definitions for flatten-js library

isZeroLength(): boolean;
sortPoint(points: Array<Point>) : Array<Point>;
sortPoints(points: Array<Point>) : Array<Point>;
toJSON() : Object;

@@ -356,0 +356,0 @@ svg(attrs?: SVGAttributes): string;

{
"name": "@flatten-js/core",
"version": "1.4.4",
"version": "1.4.5",
"description": "Javascript library for 2d geometry",
"main": "dist/main.cjs.js",
"main": "dist/main.cjs",
"umd:main": "dist/main.umd.js",
"unpkg": "dist/main.umd.js",
"module": "dist/main.esm.js",
"module": "dist/main.mjs",
"types": "index.d.ts",
"exports": {
"types": "./index.d.ts",
"require": "./dist/main.cjs",
"import": "./dist/main.mjs",
"default": "./dist/main.umd.js"
},
"nyc": {

@@ -11,0 +17,0 @@ "require": [

@@ -7,3 +7,3 @@ import { nodeResolve } from '@rollup/plugin-node-resolve';

{
file: 'dist/main.cjs.js',
file: 'dist/main.cjs',
format: 'cjs',

@@ -13,3 +13,3 @@ exports: 'named'

{
file: 'dist/main.esm.js',
file: 'dist/main.mjs',
format: 'esm',

@@ -16,0 +16,0 @@ exports: 'named'

Sorry, the diff of this file is too big to display

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