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

@opvious/stl-errors

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-errors - npm Package Compare versions

Comparing version
0.26.1
to
0.26.2
+0
-1
lib/factories.js

@@ -148,3 +148,2 @@ import { constantCase, pascalCase } from 'change-case';

codes.add(code);
// eslint-disable-next-line no-inner-declarations
function newError(...args) {

@@ -151,0 +150,0 @@ const stackFrom = omitStack ? false : newError;

@@ -136,3 +136,2 @@ import { camelCase, sentenceCase } from 'change-case';

}
// eslint-disable-next-line no-inner-declarations
function newError(err, opts) {

@@ -139,0 +138,0 @@ const codes = opts?.protocolCodes ?? {};

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

@@ -5,0 +5,0 @@ "description": "Standard errors",