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

@endo/promise-kit

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/promise-kit - npm Package Compare versions

Comparing version 0.2.30 to 0.2.31

index.js

10

CHANGELOG.md

@@ -6,2 +6,12 @@ # Change Log

### [0.2.31](https://github.com/endojs/endo/compare/@endo/promise-kit@0.2.30...@endo/promise-kit@0.2.31) (2022-01-25)
### Bug Fixes
* **promise-kit:** Publish code ([9cd3655](https://github.com/endojs/endo/commit/9cd365532be42059f03b91ccdb03e34149ffd334))
* remove more extraneous spaced-comment comments ([#1009](https://github.com/endojs/endo/issues/1009)) ([980a798](https://github.com/endojs/endo/commit/980a79898a4643a359d905c308eecf70d8ab2758))
### 0.2.30 (2022-01-23)

@@ -8,0 +18,0 @@

7

NEWS.md
User-visible changes in `@endo/promise-kit`:
# v0.2.30 (2022-01-21)
# v0.2.31 (2022-01-25)
This change fixes the package such that the code is included in the published
artifact.
# v0.2.30 (2022-01-21) *broken*
This is the first release of this package under the name `@endo/promise-kit`.

@@ -6,0 +11,0 @@ Prior releases are named `@agoric/promise-kit` or `@agoric/make-promise`.

14

package.json
{
"name": "@endo/promise-kit",
"version": "0.2.30",
"version": "0.2.31",
"description": "Helper for making promises",

@@ -38,7 +38,7 @@ "keywords": [

"dependencies": {
"ses": "^0.15.4"
"ses": "^0.15.5"
},
"devDependencies": {
"@endo/eslint-config": "^0.3.21",
"@endo/ses-ava": "^0.2.14",
"@endo/eslint-config": "^0.4.0",
"@endo/ses-ava": "^0.2.15",
"ava": "^3.12.1",

@@ -59,4 +59,4 @@ "babel-eslint": "^10.0.3",

"NEWS.md",
"index.d.ts",
"src/"
"index.js",
"index.d.ts"
],

@@ -84,3 +84,3 @@ "publishConfig": {

},
"gitHead": "b986f1b0afbec1261fb2c047257751b9d418df7c"
"gitHead": "c46f8d5d40f71014a099c53d26c75b149ea56d09"
}
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