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

angular-mapexplorer

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-mapexplorer - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.vscode/settings.json

1

bower.json

@@ -32,3 +32,2 @@ {

"angular-aria": "^1.6.5",
"mapexplorer-core": "^1.1.2",
"angular-ui-ace": "^0.2.3",

@@ -35,0 +34,0 @@ "angular-route": "^1.6.5"

@@ -0,0 +0,0 @@ 'use strict';

@@ -30,4 +30,2 @@ var babel = require('rollup-plugin-babel');

'bower_components/angular-drop/angular-drop.js',
'bower_components/d3/d3.js',
'bower_components/mapexplorer-core/dist/mapexplorer-core.js',
'node_modules/angular-mocks/angular-mocks.js',

@@ -34,0 +32,0 @@ 'dist/angular-mapexplorer.js',

{
"name": "angular-mapexplorer",
"version": "1.1.0",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "author": "Stratumn Team",

@@ -23,6 +23,7 @@ import babel from 'rollup-plugin-babel';

skip: ['angular', 'angular-animate', 'angular-material', 'angular-aria', 'md-color-picker',
'mapexplorer-core', 'angular-drop']
'angular-drop']
}),
commonjs({
exclude: ['node_modules/rollup-plugin-node-globals/**']
exclude: ['node_modules/rollup-plugin-node-globals/**',
'node_modules/process-es6/browser.js', 'node_modules/buffer-es6/index.js']
}),

@@ -29,0 +30,0 @@ globals()

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