You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

fast-osm-json

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-osm-json - npm Package Compare versions

Comparing version

to
1.0.1

8

package.json
{
"name": "fast-osm-json",
"version": "1.0.0",
"version": "1.0.1",
"description": "converting osm xml to js object",

@@ -12,8 +12,8 @@ "main": "index.js",

"dependencies": {
"camaro": "^1.1.6",
"omit-empty": "^0.4.1"
"camaro": "2.0.3",
"omit-empty": "0.4.1"
},
"devDependencies": {
"tape": "^4.7.0"
"tape": "4.8.0"
}
}