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.0 to 2.0.1

CHANGELOG.md

4

index.js

@@ -6,3 +6,3 @@ const tilde = '~'.charCodeAt(0);

function makeCurryOptions(acorn, options = {}) {
function makeCurryOptions(acorn, allOptions = {}) {
const { tokTypes: tt, TokenType } = acorn;

@@ -147,3 +147,3 @@

{
HandledPromise: options.HandledPromise || 'HandledPromise',
HandledPromise: allOptions.HandledPromise || 'HandledPromise',
},

@@ -150,0 +150,0 @@ Parser,

{
"name": "@agoric/acorn-eventual-send",
"version": "2.0.0",
"version": "2.0.1",
"description": "Eventual send (wavy dot) parser plugin for Acorn",
"main": "index.js",
"scripts": {
"build": "exit 0",
"test": "tape -r esm 'test/**/*.js'",
"lint-fix": "eslint --fix '**/*.{js,jsx}'",
"lint-check": "eslint '**/*.{js,jsx}'"
"lint-fix": "eslint --fix '**/*.js'",
"lint-check": "eslint '**/*.js'"
},
"devDependencies": {
"acorn": "^6.2.0",
"eslint": "^5.11.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.0",
"acorn": "^7.1.0",
"esm": "^3.2.25",
"prettier": "^1.16.4",
"rollup": "^1.16.7",

@@ -33,3 +26,3 @@ "tap-spec": "^5.0.0",

"type": "git",
"url": "https://github.com/Agoric/acorn-eventual-send"
"url": "https://github.com/Agoric/agoric-sdk"
},

@@ -39,5 +32,9 @@ "author": "Agoric",

"bugs": {
"url": "https://github.com/Agoric/acorn-eventual-send/issues"
"url": "https://github.com/Agoric/agoric-sdk/issues"
},
"homepage": "https://github.com/acorn-eventual-send#readme"
"homepage": "https://github.com/acorn-eventual-send#readme",
"publishConfig": {
"access": "public"
},
"gitHead": "536b8e521e881357ca2945533b027ab0bd4b85e5"
}
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