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

@endo/eventual-send

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@endo/eventual-send - npm Package Compare versions

Comparing version 0.16.2 to 0.16.3

9

CHANGELOG.md

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

### [0.16.3](https://github.com/endojs/endo/compare/@endo/eventual-send@0.16.2...@endo/eventual-send@0.16.3) (2022-08-26)
### Bug Fixes
* **eventual-send:** Remove lingering ?. operator ([51b38c2](https://github.com/endojs/endo/commit/51b38c2ba4d3e3c1a69ad4ccf1a343dadd3eed93))
### [0.16.2](https://github.com/endojs/endo/compare/@endo/eventual-send@0.16.1...@endo/eventual-send@0.16.2) (2022-08-26)

@@ -8,0 +17,0 @@

8

package.json
{
"name": "@endo/eventual-send",
"version": "0.16.2",
"version": "0.16.3",
"description": "Extend a Promise class to implement the eventual-send API",

@@ -30,4 +30,4 @@ "type": "module",

"devDependencies": {
"@endo/lockdown": "^0.1.18",
"@endo/ses-ava": "^0.2.30",
"@endo/lockdown": "^0.1.19",
"@endo/ses-ava": "^0.2.31",
"ava": "^3.12.1",

@@ -66,3 +66,3 @@ "c8": "^7.7.3",

},
"gitHead": "01878cf30cd3196cb4ce0bc08972fefc32fb1143"
"gitHead": "5935c16158f239ef9ad5a0c5443e02fed537cb6e"
}

@@ -28,3 +28,3 @@ /* global globalThis */

// the feature enabled in production does not cause memory to leak.
const ENABLED = env?.TRACK_TURNS === 'enabled';
const ENABLED = env.TRACK_TURNS === 'enabled';

@@ -31,0 +31,0 @@ // We hoist these functions out of trackTurns() to discourage the

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