🚀 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.26.1
to
0.26.2
+6
-0
lib/bindable.d.ts

@@ -35,2 +35,8 @@ import http from 'http';

export interface BindableOptions {
/**
* Emit events using process.send. Currently, the following events are
* supported:
*
* * bindableBound, when the bindable is successfully bound.
*/
readonly emitProcessEvents?: boolean;

@@ -37,0 +43,0 @@ }

+2
-2
{
"name": "@opvious/stl-utils",
"version": "0.26.1",
"version": "0.26.2",
"repository": "github:opvious/stl.ts",

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

"untruncate-json": "^0.0.1",
"@opvious/stl-errors": "0.26.1"
"@opvious/stl-errors": "0.26.2"
},

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