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

angular-mapexplorer

Package Overview
Dependencies
Maintainers
1
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 0.1.1 to 0.1.2

3

lib/angular-mapexplorer.js

@@ -129,3 +129,2 @@ (function (global, factory) {

scope.error = null;
if (angular.isDefined(scope.chainscript)) {

@@ -157,3 +156,3 @@ scope.loading = true;

},
template: '<li class="category" ng-class="[{ error: error, success: success }, (loading || loadingErrors) ? \'loading\' : \'\']">\n <div layout="row">\n <md-progress-circular ng-show="loading || loadingErrors" md-mode="indeterminate"></md-progress-circular>\n <h3 flex="grow">{{title}}</h3>\n <span flex="grow"></span>\n <div class="errorCount" ng-show="error && !(loading || loadingErrors)" ng-click="toggleErrors()" flex="grow">\n <ng-pluralize count="errorMessages.length"\n when="{\'0\': \'No errors\',\n \'one\': \'1 error\',\n \'other\': \'{} errors\'}">\n </ng-pluralize>\n </div>\n </div>\n <div ng-show="errorsShowed" class="errors">\n <ul>\n <li ng-repeat="err in errorMessages">{{ err }}</li>\n </ul>\n </div>\n</li>\n',
template: '<li class="category" ng-class="[{ error: error, success: success }, (loading || loadingErrors) ? \'loading\' : \'\']">\n <div layout="row">\n <md-progress-circular ng-show="loading || loadingErrors" md-mode="indeterminate" md-diameter="25"></md-progress-circular>\n <h3 flex="grow">{{title}}</h3>\n <span flex="grow"></span>\n <div class="errorCount" ng-show="error && !(loading || loadingErrors)" ng-click="toggleErrors()" flex="grow">\n <ng-pluralize count="errorMessages.length"\n when="{\'0\': \'No errors\',\n \'one\': \'1 error\',\n \'other\': \'{} errors\'}">\n </ng-pluralize>\n </div>\n </div>\n <div ng-show="errorsShowed" class="errors">\n <ul>\n <li ng-repeat="err in errorMessages">{{ err }}</li>\n </ul>\n </div>\n</li>\n',
link: function link(scope) {

@@ -160,0 +159,0 @@ scope.errorMessages = [];

{
"name": "angular-mapexplorer",
"version": "0.1.1",
"version": "0.1.2",
"description": "",

@@ -12,5 +12,2 @@ "author": "Stratumn Team",

"angular-mocks": "^1.5.8",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-ace": "^0.2.3",
"babel-cli": "^6.5.1",

@@ -25,3 +22,2 @@ "babel-core": "^6.5.2",

"bower": "^1.7.9",
"canonical-json": "0.0.4",
"eslint": "^2.3.0",

@@ -74,2 +70,5 @@ "eslint-config-airbnb": "^6.0.2",

"angular-material": "^1.1.0",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-ace": "^0.2.3",
"mapexplorer-core": "^0.1.1",

@@ -76,0 +75,0 @@ "md-color-picker": "^0.2.6"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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