esri-leaflet-vector
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -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 |
{ | ||
"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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
3023761
3477
12