Socket
Socket
Sign inDemoInstall

promise.prototype.finally

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise.prototype.finally - npm Package Compare versions

Comparing version 3.1.4 to 3.1.5

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Changelog

## [v3.1.5](https://github.com/es-shims/Promise.prototype.finally/compare/v3.1.4...v3.1.5) - 2023-08-30
### Commits
- [Deps] update `define-properties`, `es-abstract` [`2ff6ac3`](https://github.com/es-shims/Promise.prototype.finally/commit/2ff6ac356367e89eb555c50e3522e815d9d1bbbf)
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `es6-shim`, `tape` [`4cacca4`](https://github.com/es-shims/Promise.prototype.finally/commit/4cacca47298df952f4547c5d7cdad5226c6266b8)
## [v3.1.4](https://github.com/es-shims/Promise.prototype.finally/compare/v3.1.3...v3.1.4) - 2022-11-07

@@ -10,0 +17,0 @@

6

implementation.js

@@ -7,5 +7,5 @@ 'use strict';

var IsCallable = require('es-abstract/2022/IsCallable');
var SpeciesConstructor = require('es-abstract/2022/SpeciesConstructor');
var Type = require('es-abstract/2022/Type');
var IsCallable = require('es-abstract/2023/IsCallable');
var SpeciesConstructor = require('es-abstract/2023/SpeciesConstructor');
var Type = require('es-abstract/2023/Type');

@@ -12,0 +12,0 @@ var promiseResolve = function PromiseResolve(C, value) {

{
"name": "promise.prototype.finally",
"version": "3.1.4",
"version": "3.1.5",
"author": "Jordan Harband <ljharb@gmail.com>",

@@ -54,11 +54,11 @@ "funding": {

"call-bind": "^1.0.2",
"define-properties": "^1.1.4",
"es-abstract": "^1.20.4"
"define-properties": "^1.2.0",
"es-abstract": "^1.22.1"
},
"devDependencies": {
"@es-shims/api": "^2.2.3",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"es6-shim": "^0.35.6",
"es6-shim": "^0.35.8",
"eslint": "=8.8.0",

@@ -68,3 +68,3 @@ "in-publish": "^2.0.1",

"safe-publish-latest": "^2.0.0",
"tape": "^5.6.1"
"tape": "^5.6.6"
},

@@ -71,0 +71,0 @@ "testling": {

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