🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@opvious/stl-utils

Package Overview
Dependencies
Maintainers
1
Versions
290
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opvious/stl-utils - npm Package Compare versions

Comparing version
0.27.1
to
0.27.2
+5
-3
lib/bindable.js
import { assert, check, errors } from '@opvious/stl-errors';
import net from 'net';
import { running } from './environment.js';
import { TypedEmitter, waitForEvent, withEmitter } from './events.js';

@@ -65,5 +66,6 @@ import { resolvable } from './functions.js';

Object.defineProperty(this, isBindableMarker, { value: true });
this.sendProcessEvent = opts?.emitProcessEvents
? check.isPresent(process.send)
: undefined;
this.sendProcessEvent =
(opts?.emitProcessEvents ?? (!running.inTest() && process.send))
? check.isPresent(process.send)
: undefined;
}

@@ -70,0 +72,0 @@ updateStatus(next, prev) {

{
"name": "@opvious/stl-utils",
"version": "0.27.1",
"version": "0.27.2",
"repository": "github:opvious/stl.ts",

@@ -36,3 +36,3 @@ "description": "Standard utilities",

"untruncate-json": "^0.0.1",
"@opvious/stl-errors": "0.27.1"
"@opvious/stl-errors": "0.27.2"
},

@@ -39,0 +39,0 @@ "devDependencies": {