New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

leaflet-geometryutil

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-geometryutil - npm Package Compare versions

Comparing version 0.9.3 to 0.10.0

src/leaflet.geometryutil.d.ts

9

package.json
{
"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 @@

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