Socket
Socket
Sign inDemoInstall

@blackglory/errors

Package Overview
Dependencies
4
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

2

lib/serializable-error.js

@@ -1,2 +0,2 @@

import { isObject, isString, isArray, isNull } from '@blackglory/types';
import { isObject, isString, isArray, isNull } from 'extra-utils';
export function isSerializableError(val) {

@@ -3,0 +3,0 @@ return isObject(val)

{
"name": "@blackglory/errors",
"version": "3.0.1",
"version": "3.0.2",
"description": "Common errors",

@@ -61,5 +61,4 @@ "files": [

"@blackglory/pass": "^1.1.0",
"@blackglory/types": "^1.4.0",
"extra-utils": "^5.0.1"
"extra-utils": "^5.1.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc