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

@agoric/eventual-send

Package Overview
Dependencies
Maintainers
4
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.2.5 to 0.3.0

1

dist/eventual-send.cjs.js

@@ -41,2 +41,3 @@ 'use strict';

}
/**

@@ -43,0 +44,0 @@ * Modify a Promise class to have it support eventual send

@@ -37,2 +37,3 @@ // Create HandledPromise static methods as a bridge from v0.2.4 to

}
/**

@@ -39,0 +40,0 @@ * Modify a Promise class to have it support eventual send

3

dist/eventual-send.umd.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
(global = global || self, factory(global.makeEPromiseClass = {}));
(global = global || self, factory(global.EventualSend = {}));
}(this, function (exports) { 'use strict';

@@ -43,2 +43,3 @@

}
/**

@@ -45,0 +46,0 @@ * Modify a Promise class to have it support eventual send

{
"name": "@agoric/eventual-send",
"version": "0.2.5",
"version": "0.3.0",
"description": "Extend a Promise class to implement the eventual-send API",

@@ -5,0 +5,0 @@ "main": "dist/eventual-send.cjs.js",

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