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

@agoric/promise-kit

Package Overview
Dependencies
Maintainers
5
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/promise-kit - npm Package Compare versions

Comparing version 0.2.30-dev-404d270.0 to 0.2.30-dev-428349e.0

9

package.json
{
"name": "@agoric/promise-kit",
"version": "0.2.30-dev-404d270.0+404d270",
"version": "0.2.30-dev-428349e.0+428349e",
"description": "Helper for making promises",

@@ -14,5 +14,4 @@ "type": "module",

"test:xs": "exit 0",
"lint-fix": "yarn lint:eslint --fix && yarn lint:types",
"lint-check": "yarn lint",
"lint": "yarn lint:types && yarn lint:eslint",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:eslint": "eslint '**/*.js'",

@@ -58,3 +57,3 @@ "lint:types": "tsc -p jsconfig.json"

},
"gitHead": "404d2700b23214b6a5e2c9f13d656c350d1becb6"
"gitHead": "428349e9753b4e03a606b99131d87ef3fbb3ea96"
}

@@ -13,3 +13,3 @@ /* global globalThis */

* @property {(value: ERef<T>) => void} resolve
* @property {(reason: any) => void} reject
* @property {(reason?: any) => void} reject
* @property {Promise<T>} promise

@@ -16,0 +16,0 @@ */

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