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

@agoric/transform-eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/transform-eventual-send - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

8

CHANGELOG.md

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

## [1.4.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.4.0...@agoric/transform-eventual-send@1.4.1) (2021-02-16)
**Note:** Version bump only for package @agoric/transform-eventual-send
# [1.4.0](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.5...@agoric/transform-eventual-send@1.4.0) (2020-12-10)

@@ -8,0 +16,0 @@

7

package.json
{
"name": "@agoric/transform-eventual-send",
"version": "1.4.0",
"version": "1.4.1",
"description": "transform-eventual-send",

@@ -17,5 +17,6 @@ "parsers": {

"devDependencies": {
"@agoric/acorn-eventual-send": "^2.1.0",
"@agoric/acorn-eventual-send": "^2.1.1",
"@agoric/babel-parser": "^7.6.4",
"@babel/generator": "^7.5.0",
"acorn": "^8.0.5",
"ava": "^3.12.1",

@@ -61,3 +62,3 @@ "esm": "^3.2.5",

},
"gitHead": "f9fab94b70ed22d7fcccb261af11ed8dd6348614"
"gitHead": "543364676bbfebee91366925a4f3f56989683562"
}

@@ -10,3 +10,3 @@ export function makeTransform(parser, generate) {

sourceType: 'module',
plugins: ['eventualSend'],
plugins: ['eventualSend', 'bigInt'],
});

@@ -13,0 +13,0 @@ // Create the source from the ast.

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