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

turf-point

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

turf-point - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

1

bin/point.js

@@ -0,1 +1,2 @@

#!/usr/bin/env node
var point = require('../');

@@ -2,0 +3,0 @@ var argv = require('minimist')(process.argv.slice(2));

6

package.json
{
"name": "turf-point",
"version": "0.1.2",
"version": "0.1.3",
"description": "turf point module",

@@ -31,3 +31,5 @@ "main": "index.js",

},
"bin": "bin/point.js"
"bin": {
"turf-point": "bin/point.js"
}
}
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