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.2 to 0.2.3

11

CHANGELOG.md

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

## [0.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.2.2...@agoric/promise-kit@0.2.3) (2021-03-16)
### Bug Fixes
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647)
## [0.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/promise-kit@0.2.1...@agoric/promise-kit@0.2.2) (2021-02-22)

@@ -8,0 +19,0 @@

11

package.json
{
"name": "@agoric/promise-kit",
"version": "0.2.2",
"version": "0.2.3",
"description": "Helper for making promises",

@@ -15,2 +15,3 @@ "parsers": {

"test": "exit 0",
"test:xs": "exit 0",
"lint-fix": "yarn lint --fix",

@@ -20,5 +21,3 @@ "lint-check": "yarn lint",

"lint:eslint": "eslint '**/*.js'",
"lint:types": "tsc -p jsconfig.json",
"lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.js'",
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'"
"lint:types": "tsc -p jsconfig.json"
},

@@ -39,3 +38,3 @@ "repository": {

"dependencies": {
"@agoric/eventual-send": "^0.13.2"
"@agoric/eventual-send": "^0.13.3"
},

@@ -75,3 +74,3 @@ "devDependencies": {

},
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422"
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7"
}

@@ -0,1 +1,2 @@

/* global globalThis */
// @ts-check

@@ -2,0 +3,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