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

@agoric/eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/eventual-send - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

11

CHANGELOG.md

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

## [0.13.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.2...@agoric/eventual-send@0.13.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.13.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/eventual-send@0.13.1...@agoric/eventual-send@0.13.2) (2021-02-22)

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

9

package.json
{
"name": "@agoric/eventual-send",
"version": "0.13.2",
"version": "0.13.3",
"description": "Extend a Promise class to implement the eventual-send API",

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

"test:nyc": "nyc ava",
"test:xs": "exit 0",
"build": "exit 0",

@@ -29,4 +30,4 @@ "lint-fix": "eslint --fix '**/*.js'",

"devDependencies": {
"@agoric/assert": "^0.2.2",
"@agoric/install-ses": "^0.5.2",
"@agoric/assert": "^0.2.3",
"@agoric/install-ses": "^0.5.3",
"ava": "^3.12.1",

@@ -67,3 +68,3 @@ "esm": "^3.2.7",

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

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

/* global globalThis */
import { makeHandledPromise } from './src/index';

@@ -2,0 +3,0 @@

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

/* global globalThis */
// @ts-nocheck

@@ -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