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

geojson

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

geojson - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

Gruntfile.js

16

package.json
{
"name": "geojson",
"description": "Convert an array of geographic objects to GeoJSON",
"author": "Casey Thomas <c@cpt.ph>",
"version": "0.1.3",
"author": "Casey Thomas <info@caseypthomas.org>",
"version": "0.1.4",
"main": "./geojson",

@@ -11,10 +11,12 @@ "repository": {

},
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"mocha": "*",
"expect.js": "*",
"grunt": ">=0.3.16",
"grunt-simple-mocha": ">=0.2.0",
"grunt-mocha": "0.1.7"
"grunt": "~0.4.1",
"grunt-simple-mocha": "~0.4.0",
"grunt-mocha": "~0.3.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-lib-phantomjs": "~0.3.1"
},

@@ -21,0 +23,0 @@ "engines": {

@@ -299,1 +299,5 @@ # GeoJSON.js

`$ grunt all` will do all the above, plus run the browser tests, `test.html`. Note that this requires [PhantomJS](http://phantomjs.org/).
## License
Licensed under the MIT License. See `LICENSE` for details.

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