leaflet-geometryutil
Advanced tools
Comparing version 0.9.3 to 0.10.0
{ | ||
"name": "leaflet-geometryutil", | ||
"version": "0.9.3", | ||
"version": "0.10.0", | ||
"description": "Leaflet utility functions on geometries", | ||
@@ -15,12 +15,15 @@ "keywords": [ | ||
"main": "src/leaflet.geometryutil.js", | ||
"types": "src/leaflet.geometryutil.d.ts", | ||
"scripts": { | ||
"test-leaflet-0.7.7": "npm install leaflet@0.7.7 --no-save && node_modules/.bin/mocha-chrome spec/index.html", | ||
"test-leaflet-1.0.0": "npm install leaflet@^1.0.0 --no-save && node_modules/.bin/mocha-chrome spec/index.html", | ||
"test": "npm run test-leaflet-0.7.7 && npm run test-leaflet-1.0.0", | ||
"test-leaflet-1.6.0": "npm install leaflet@^1.6.0 --no-save && node_modules/.bin/mocha-chrome spec/index.html", | ||
"test": "npm run test-leaflet-0.7.7 && npm run test-leaflet-1.0.0 && npm run test-leaflet-1.6.0", | ||
"generate-docs": "rm -rf docs; node_modules/.bin/jsdoc -c jsdoc.config -d ./docs/" | ||
}, | ||
"dependencies": { | ||
"leaflet": ">=0.7.0" | ||
"leaflet": "^1.6.0" | ||
}, | ||
"devDependencies": { | ||
"@types/leaflet": "^1.5.21", | ||
"chai": "3.5.0", | ||
@@ -27,0 +30,0 @@ "jsdoc": "^3.6.3", |
@@ -50,2 +50,6 @@ Leaflet.GeometryUtil | ||
### 0.10.0 ### | ||
* Add TypeScript definitions (#90, thanks @cdauth) | ||
### 0.9.3 ### | ||
@@ -52,0 +56,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1656671
72
2500
164
0
6
Updatedleaflet@^1.6.0