Socket
Socket
Sign inDemoInstall

distance-to-polygon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

distance-to-polygon - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.travis.yml

23

package.json
{
"name": "distance-to-polygon",
"version": "2.0.0",
"version": "2.0.1",
"description": "Compute distance from a point to an arbitrary shaped polygon, line, or point",

@@ -8,3 +8,5 @@ "main": "dist/distance-to-polygon.js",

"test": "mocha --compilers js:babel-core/register test/distance-to-polygon.js && npm run build",
"build": "babel lib -d dist"
"build": "babel lib -d dist",
"coverage": "babel-node node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- test/distance-to-polygon.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
},

@@ -28,12 +30,15 @@ "repository": {

"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-1": "^6.13.0",
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"mocha": "^3.0.0"
"coveralls": "^2.11.12",
"eslint": "^3.3.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-plugin-import": "^1.13.0",
"isparta": "^4.0.0",
"mocha": "^3.0.2",
"mocha-lcov-reporter": "^1.2.0"
}
}

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