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.3.1 to 1.3.2

11

CHANGELOG.md

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

## [1.3.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.1...@agoric/transform-eventual-send@1.3.2) (2020-08-31)
### Bug Fixes
* reduce inconsistency among our linting rules ([#1492](https://github.com/Agoric/agoric-sdk/issues/1492)) ([b6b675e](https://github.com/Agoric/agoric-sdk/commit/b6b675e2de110e2af19cad784a66220cab21dacf))
## [1.3.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/transform-eventual-send@1.3.0...@agoric/transform-eventual-send@1.3.1) (2020-06-30)

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

23

package.json
{
"name": "@agoric/transform-eventual-send",
"version": "1.3.1",
"version": "1.3.2",
"description": "transform-eventual-send",
"main": "src/index.js",
"scripts": {
"test": "tape -r esm 'test/**/*.js'",
"test": "ava",
"lint-fix": "eslint --fix '**/*.js'",

@@ -13,9 +13,7 @@ "lint-check": "eslint '**/*.js'",

"devDependencies": {
"@agoric/acorn-eventual-send": "^2.0.6",
"@agoric/acorn-eventual-send": "^2.0.7",
"@agoric/babel-parser": "^7.6.4",
"@babel/generator": "^7.5.0",
"esm": "^3.2.5",
"tap-spec": "^5.0.0",
"tape": "^4.9.2",
"tape-promise": "^4.0.0"
"ava": "^3.11.1",
"esm": "^3.2.5"
},

@@ -40,3 +38,12 @@ "keywords": [],

},
"gitHead": "d74ea289800c2fc52c005674a55b2412385f57d9"
"ava": {
"files": [
"test/**/test-*.js"
],
"require": [
"esm"
],
"timeout": "2m"
},
"gitHead": "709048cc133b0b2b26a9774315c18c5e828ea6ab"
}
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