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

@turf/boolean-clockwise

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/boolean-clockwise - npm Package Compare versions

Comparing version 5.1.0 to 5.1.5

main.es.js

4

main.js

@@ -22,5 +22,5 @@ 'use strict';

// validation
if (!line) { throw new Error('line is required'); }
if (!line) throw new Error('line is required');
var type = (line.geometry) ? line.geometry.type : line.type;
if (!Array.isArray(line) && type !== 'LineString') { throw new Error('geometry must be a LineString'); }
if (!Array.isArray(line) && type !== 'LineString') throw new Error('geometry must be a LineString');

@@ -27,0 +27,0 @@ var ring = invariant.getCoords(line);

{
"name": "@turf/boolean-clockwise",
"version": "5.1.0",
"version": "5.1.5",
"description": "turf boolean-clockwise module",
"main": "main.js",
"module": "main.mjs",
"module": "main.es.js",
"types": "index.d.ts",

@@ -12,3 +12,3 @@ "files": [

"main.js",
"main.mjs"
"main.es.js"
],

@@ -18,2 +18,3 @@ "scripts": {

"test": "node -r @std/esm test.js",
"posttest": "node -r @std/esm ../../scripts/validate-es5-dependencies.js",
"bench": "node -r @std/esm bench.js",

@@ -49,8 +50,7 @@ "docs": "node ../../scripts/generate-readmes"

"rollup": "*",
"rollup-plugin-buble": "*",
"tape": "*"
},
"dependencies": {
"@turf/helpers": "^5.1.0",
"@turf/invariant": "^5.1.0"
"@turf/helpers": "^5.1.5",
"@turf/invariant": "^5.1.5"
},

@@ -57,0 +57,0 @@ "@std/esm": {

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