@endo/promise-kit
Advanced tools
Comparing version 0.2.50 to 0.2.51
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.2.51](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.50...@endo/promise-kit@0.2.51) (2022-10-24) | ||
**Note:** Version bump only for package @endo/promise-kit | ||
### [0.2.50](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.49...@endo/promise-kit@0.2.50) (2022-10-19) | ||
@@ -8,0 +16,0 @@ |
/* global globalThis */ | ||
// @ts-check | ||
@@ -4,0 +3,0 @@ /// <reference types="ses"/> |
{ | ||
"name": "@endo/promise-kit", | ||
"version": "0.2.50", | ||
"version": "0.2.51", | ||
"description": "Helper for making promises", | ||
@@ -28,2 +28,5 @@ "keywords": [ | ||
"build": "exit 0", | ||
"clean": "tsc --build jsconfig.build.json --clean", | ||
"prepack": "tsc --build jsconfig.build.json", | ||
"postpack": "yarn clean", | ||
"cover": "c8 ava", | ||
@@ -39,7 +42,8 @@ "lint": "yarn lint:types && yarn lint:js", | ||
"dependencies": { | ||
"ses": "^0.16.0" | ||
"ses": "^0.17.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.5.1", | ||
"@endo/ses-ava": "^0.2.34", | ||
"@endo/ses-ava": "^0.2.35", | ||
"@types/node": ">=14.0", | ||
"ava": "^3.12.1", | ||
@@ -85,3 +89,3 @@ "babel-eslint": "^10.0.3", | ||
}, | ||
"gitHead": "8da6dc1002417c0f18cd43b351f8f62d7010260c" | ||
"gitHead": "8fb324d8f13a0c6939dc0c1feb831f72298f1853" | ||
} |
@@ -1,3 +0,1 @@ | ||
// @ts-check | ||
/** | ||
@@ -4,0 +2,0 @@ * Determine if the argument is a Promise. |
@@ -1,2 +0,1 @@ | ||
// @ts-check | ||
/* | ||
@@ -3,0 +2,0 @@ Initial version authored by Brian Kim: |
@@ -1,3 +0,1 @@ | ||
// @ts-check | ||
/// <reference types="ses"/> | ||
@@ -4,0 +2,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47322
21
343
14
1
+ Addedses@0.17.1(transitive)
- Removedses@0.16.1(transitive)
Updatedses@^0.17.0