@endo/promise-kit
Advanced tools
Comparing version 0.2.51 to 0.2.52
@@ -6,2 +6,10 @@ # Change Log | ||
### [0.2.52](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.51...@endo/promise-kit@0.2.52) (2022-11-14) | ||
**Note:** Version bump only for package @endo/promise-kit | ||
### [0.2.51](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.50...@endo/promise-kit@0.2.51) (2022-10-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@endo/promise-kit", | ||
"version": "0.2.51", | ||
"version": "0.2.52", | ||
"description": "Helper for making promises", | ||
@@ -41,7 +41,7 @@ "keywords": [ | ||
"dependencies": { | ||
"ses": "^0.17.0" | ||
"ses": "^0.18.0" | ||
}, | ||
"devDependencies": { | ||
"@endo/eslint-config": "^0.5.1", | ||
"@endo/ses-ava": "^0.2.35", | ||
"@endo/ses-ava": "^0.2.36", | ||
"@types/node": ">=14.0", | ||
@@ -58,3 +58,3 @@ "ava": "^3.12.1", | ||
"prettier": "^1.19.1", | ||
"typescript": "~4.6.2" | ||
"typescript": "~4.8.4" | ||
}, | ||
@@ -89,3 +89,3 @@ "files": [ | ||
}, | ||
"gitHead": "8fb324d8f13a0c6939dc0c1feb831f72298f1853" | ||
"gitHead": "da16a94856482e36296b7cae16d715aa63344928" | ||
} |
export { race as memoRace }; | ||
export type Deferred<T = any> = { | ||
resolve: (value?: import("./types.js").ERef<T> | undefined) => void; | ||
resolve: (value?: import("./types.js").ERef<T>) => void; | ||
reject: (err?: any) => void; | ||
@@ -5,0 +5,0 @@ }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
47532
0
+ Added@endo/env-options@0.1.4(transitive)
+ Addedses@0.18.8(transitive)
- Removedses@0.17.1(transitive)
Updatedses@^0.18.0