esri-leaflet-stream
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "esri-leaflet-stream", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "Plugin for consuming streaming data from ArcGIS for Server via a socket connection", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "uglifyjs src/streamLayer.js -o dist/esri-leaflet-stream.min.js", | ||
"serve": "http-server -p 5000 -c-1 -o" | ||
"author": "Rowan Winsemius <rowanwins@yahoo.com.au>", | ||
"browser": "dist/esri-leaflet-stream.min.js", | ||
"bugs": { | ||
"url": "https://github.com/rowanwins/esri-leaflet-stream/issues" | ||
}, | ||
"author": "Rowan Winsemius <rowanwins@yahoo.com.au>", | ||
"contributors": [ | ||
"Rowan Winsemius <rowanwins@yahoo.com.au>" | ||
"Rowan Winsemius <rowanwins@yahoo.com.au>", | ||
"John Gravois <jgravois@esri.com> (http://johngravois.com)" | ||
], | ||
"dependencies": { | ||
"leaflet": "^1.0.0-rc.3", | ||
"esri-leaflet": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"node-static": "^0.7.7", | ||
"uglify": "^0.1.5" | ||
}, | ||
"keywords": [ | ||
"arcgis", | ||
"esri", | ||
"esri leaflet", | ||
"gis", | ||
"leaflet plugin", | ||
"mapping" | ||
], | ||
"license": "MIT", | ||
"main": "dist/esri-leaflet-stream.min.js", | ||
"readmeFilename": "README.md", | ||
"repository": { | ||
@@ -18,7 +37,6 @@ "type": "git", | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"node-static": "^0.7.7", | ||
"uglify": "^0.1.5" | ||
"scripts": { | ||
"build": "uglifyjs src/streamLayer.js -o dist/esri-leaflet-stream.min.js", | ||
"serve": "http-server -p 5000 -c-1 -o" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
18573
1
2
+ Addedesri-leaflet@^2.0.0
+ Addedleaflet@^1.0.0-rc.3
+ Added@terraformer/arcgis@2.1.2(transitive)
+ Added@terraformer/common@2.1.2(transitive)
+ Addedesri-leaflet@2.5.3(transitive)
+ Addedleaflet@1.9.4(transitive)
+ Addedtiny-binary-search@1.0.3(transitive)