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

reproject

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reproject - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

rollup.config.js

16

package.json
{
"name": "reproject",
"version": "1.2.3",
"version": "1.2.4",
"description": "Reproject GeoJSON from one projection/CRS to another",

@@ -8,3 +8,4 @@ "repository": "git@github.com:perliedman/reproject.git",

"scripts": {
"test": "mocha -R spec"
"test": "mocha -R spec",
"bundle": "rollup -c"
},

@@ -23,5 +24,5 @@ "bin": {

"dependencies": {
"concat-stream": "^1.5.1",
"event-stream": "^3.3.4",
"geojson-stream": "0.0.1",
"concat-stream": "^2.0.0",
"event-stream": "^4.0.0",
"geojson-stream": "0.1.0",
"minimist": "^1.2.0",

@@ -32,4 +33,7 @@ "proj4": "^2.4.4"

"expect.js": "^0.3.1",
"mocha": "^5.0.0"
"mocha": "^6.1.3",
"rollup": "^1.10.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-terser": "^4.0.3"
}
}

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