Socket
Socket
Sign inDemoInstall

promise.prototype.finally

Package Overview
Dependencies
65
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.1.0

auto.js

7

CHANGELOG.md

@@ -0,1 +1,8 @@

3.1.0 / 2017-10-26
=================
* [New] Add auto shim file, allowing clean 'import' (#12)
* [Refactor] only call `Promise#then` for a brand check once, instead of twice.
* [Deps] update `es-abstract`
* [Dev Deps] update `eslint`, `nsp`
3.0.1 / 2017-09-09

@@ -2,0 +9,0 @@ =================

2

implementation.js

@@ -47,3 +47,3 @@ 'use strict';

then(then(promise), null, function () {}); // throw if IsPromise(this) is false; catch() to avoid unhandled rejection warnings
then(promise, null, function () {}); // throw if IsPromise(this) is false; catch() to avoid unhandled rejection warnings

@@ -50,0 +50,0 @@ var C = ES.SpeciesConstructor(promise, OriginalPromise); // may throw

{
"name": "promise.prototype.finally",
"version": "3.0.1",
"version": "3.1.0",
"author": "Jordan Harband",

@@ -53,3 +53,3 @@ "contributors": [

"define-properties": "^1.1.2",
"es-abstract": "^1.8.2",
"es-abstract": "^1.9.0",
"function-bind": "^1.1.1"

@@ -62,4 +62,4 @@ },

"es6-shim": "^0.35.3",
"eslint": "^4.6.1",
"nsp": "^2.8.0",
"eslint": "^4.9.0",
"nsp": "^2.8.1",
"safe-publish-latest": "^1.1.1",

@@ -66,0 +66,0 @@ "tape": "^4.8.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc