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

ayepromise

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ayepromise - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

5

ayepromise.js

@@ -36,3 +36,3 @@ // UMD header

if (typeof obj === "object" && typeof then === "function") {
// Bind function back to it's object (so fan's of 'this' don't get sad)
// Bind function back to it's object (so lousy 'this' will work)
return function() { return then.apply(obj, arguments); };

@@ -103,3 +103,3 @@ }

state = settledState;
// persist for handlers registered after settling
// Persist for handlers registered after settling
outcome = value;

@@ -132,2 +132,3 @@

// Allow chaining of calls: something().then(...).then(...)
return thenHandler.promise;

@@ -134,0 +135,0 @@ };

12

package.json
{
"version": "1.1.2",
"version": "1.1.3",
"name": "ayepromise",

@@ -7,11 +7,3 @@ "main": "./ayepromise.js",

"homepage": "http://github.com/cburgmer/ayepromise",
"licenses": [
{
"name": "BSD-2-Clause",
"url": "http://opensource.org/licenses/BSD-2-Clause"
}, {
"name": "WTFPL",
"url": "http://www.wtfpl.net/txt/copying/"
}
],
"license": "(BSD-2-Clause OR WTFPL)",
"author": "Christoph Burgmer <christoph.burgmer@gmail.com>",

@@ -18,0 +10,0 @@ "keywords": [

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