Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esri-leaflet

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-leaflet - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

9

CHANGELOG.md

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

## [2.4.1] - 2020-05-19
### Fixed
- Fixed ES5 issue ([#1201](https://github.com/Esri/esri-leaflet/pull/1201))
## [2.4.0] - 2020-04-22

@@ -722,3 +728,4 @@

[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.4.0...HEAD
[unreleased]: https://github.com/esri/esri-leaflet/compare/v2.4.1..HEAD
[2.4.1]: https://github.com/esri/esri-leaflet/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/esri/esri-leaflet/compare/v2.3.3...v2.4.0

@@ -725,0 +732,0 @@ [2.3.3]: https://github.com/esri/esri-leaflet/compare/v2.3.2...v2.3.3

16

package.json
{
"name": "esri-leaflet",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services.",
"version": "2.4.0",
"version": "2.4.1",
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",

@@ -14,3 +14,3 @@ "bugs": {

"dependencies": {
"@terraformer/arcgis": "^2.0.1",
"@terraformer/arcgis": "^2.0.7",
"tiny-binary-search": "^1.0.3"

@@ -32,9 +32,10 @@ },

"karma-sourcemap-loader": "^0.3.7",
"leaflet": "^1.6.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"npm-run-all": "^4.0.2",
"rollup": "^0.56.5",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-uglify": "^3.0.0",
"rollup": "^2.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-uglify": "^6.0.4",
"semistandard": "^9.0.0",

@@ -45,4 +46,3 @@ "sinon": "^6.3.5",

"uglify-js": "^2.8.29",
"watch": "^1.0.2",
"leaflet": "^1.0.0"
"watch": "^1.0.2"
},

@@ -49,0 +49,0 @@ "files": [

@@ -1,3 +0,3 @@

import json from 'rollup-plugin-json';
import nodeResolve from 'rollup-plugin-node-resolve';
import json from '@rollup/plugin-json';
import nodeResolve from '@rollup/plugin-node-resolve';

@@ -29,3 +29,4 @@ var pkg = require('../package.json');

'leaflet': 'L',
'esri-leaflet': 'L.esri'
'esri-leaflet': 'L.esri',
'@terraformer/arcgis': 'Terraformer'
},

@@ -32,0 +33,0 @@ sourcemap: true

@@ -1,2 +0,2 @@

import uglify from 'rollup-plugin-uglify';
import { uglify } from 'rollup-plugin-uglify';
import config from './base.js';

@@ -3,0 +3,0 @@

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

Sorry, the diff of this file is not supported yet

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