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

@agoric/acorn-eventual-send

Package Overview
Dependencies
Maintainers
5
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.6 to 2.0.7

11

CHANGELOG.md

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

## [2.0.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.6...@agoric/acorn-eventual-send@2.0.7) (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))
## [2.0.6](https://github.com/Agoric/agoric-sdk/compare/@agoric/acorn-eventual-send@2.0.5...@agoric/acorn-eventual-send@2.0.6) (2020-06-30)

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

20

package.json
{
"name": "@agoric/acorn-eventual-send",
"version": "2.0.6",
"version": "2.0.7",
"description": "Eventual send (wavy dot) parser plugin for Acorn",

@@ -8,3 +8,3 @@ "main": "index.js",

"build": "exit 0",
"test": "tape -r esm 'test/**/*.js'",
"test": "ava",
"lint-fix": "eslint --fix '**/*.js'",

@@ -15,7 +15,5 @@ "lint-check": "eslint '**/*.js'"

"acorn": "^7.1.0",
"ava": "^3.11.1",
"esm": "^3.2.25",
"rollup": "^1.16.7",
"tap-spec": "^5.0.0",
"tape": "^4.9.2",
"tape-promise": "^4.0.0"
"rollup": "^1.16.7"
},

@@ -39,3 +37,11 @@ "keywords": [],

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