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

esri-leaflet-vector

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-leaflet-vector - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

11

CHANGELOG.md

@@ -8,2 +8,8 @@ # Change Log

## [1.0.7]
### Fixed
* several edge cases that corrupted the current state of the map
## [1.0.6]

@@ -64,4 +70,5 @@

[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.6...HEAD
[1.0.5]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.5...v1.0.6
[unreleased]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.7...HEAD
[1.0.7]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.4...v1.0.5

@@ -68,0 +75,0 @@ [1.0.4]: https://github.com/esri/esri-leaflet-vector/compare/v1.0.3...v1.0.4

8

package.json
{
"name": "esri-leaflet-vector",
"name" : "esri-leaflet-vector",
"description": "Esri vector basemap plugin for Leaflet.",
"version": "1.0.6",
"version": "1.0.7",
"author": "John Gravois <jgravois@esri.com> (http://johngravois.com)",

@@ -16,3 +16,3 @@ "contributors": [

"mapbox-gl": "git+https://github.com/Esri/mapbox-gl-js.git#indexed-vector-sources",
"mapbox-gl-leaflet": "git+https://github.com/jgravois/mapbox-gl-leaflet#indexed-vector-sources"
"mapbox-gl-leaflet": "git+https://github.com/mapbox/mapbox-gl-leaflet#v0.0.3"
},

@@ -25,2 +25,3 @@ "devDependencies": {

"rollup": "^0.25.4",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-json": "^2.0.0",

@@ -42,2 +43,3 @@ "rollup-plugin-node-resolve": "^1.4.0",

"main": "dist/esri-leaflet-vector-debug.js",
"module": "src/EsriLeafletVector.js",
"browser": "dist/esri-leaflet-vector-debug.js",

@@ -44,0 +46,0 @@ "readmeFilename": "README.md",

@@ -7,3 +7,3 @@ import config from '../node_modules/esri-leaflet/profiles/base.js';

// to do: try and wrap ol' mapbox-gl w/o a jsnext:main field
// is there a way to bundle mapbox-gl w/o a jsnext:main field? mapbox/mapbox-gl-js/issues/3767
config.plugins[0] = nodeResolve({

@@ -10,0 +10,0 @@ jsnext: true,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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