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

arcgis-mapping-widgets

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arcgis-mapping-widgets - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

lib/arcgis-widgets.js

2

lib/embed.js

@@ -8,3 +8,3 @@ // Entry point for the unpkg bundle containing custom model definitions.

// Export widget models and views, and the npm package version number.
module.exports = require('./example.js');
module.exports = require('./arcgis-widgets.js');
module.exports['version'] = require('../package.json').version;

@@ -11,3 +11,3 @@ // Entry point for the notebook bundle containing custom model definitions.

// Export widget models and views, and the npm package version number.
module.exports = require('./example.js');
module.exports = require('./arcgis-widgets.js');
module.exports['version'] = require('../package.json').version;
{
"name": "arcgis-mapping-widgets",
"version": "0.1.0",
"version": "0.1.1",
"description": "ArcGIS Mapping widgets for Jupyter Notebook",

@@ -28,2 +28,3 @@ "author": "Esri",

"webpack": "^3.5.5",
"arcgis-js-api": "4.5.0",
"rimraf": "^2.6.1"

@@ -33,4 +34,5 @@ },

"@jupyter-widgets/base": "^1.0.0",
"arcgis-js-api": "4.5.0",
"lodash": "^4.17.4"
}
}

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

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