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

angular-es-utils

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-es-utils - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

lib/deferred/index.js

@@ -37,8 +37,3 @@ /**

value: function reject(value) {
try {
this._reject.call(this.promise, value);
} catch (e) {
console.warn(e);
}
this._reject.call(this.promise, value);
}

@@ -45,0 +40,0 @@ }]);

2

package.json
{
"name": "angular-es-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "es utils design for angular1.x",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -23,10 +23,5 @@ /**

reject(value) {
try {
this._reject.call(this.promise, value);
} catch (e) {
console.warn(e);
}
this._reject.call(this.promise, value);
}
}

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