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

@vechain/sdk-errors

Package Overview
Dependencies
Maintainers
7
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vechain/sdk-errors - npm Package Compare versions

Comparing version 1.0.0-beta.7 to 1.0.0-beta.8

4

dist/index.js

@@ -554,4 +554,4 @@ "use strict";

const seen = /* @__PURE__ */ new WeakSet();
return (key, value) => {
if (typeof value === "object" && value !== null) {
return (_key, value) => {
if (typeof value === "object" && value !== null && _key !== "") {
if (seen.has(value)) {

@@ -558,0 +558,0 @@ return;

{
"name": "@vechain/sdk-errors",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "This module is dedicated to managing and customizing errors within the SDK",

@@ -5,0 +5,0 @@ "author": "vechain Foundation",

@@ -20,4 +20,4 @@ import type { DataType, ErrorCode } from '../../types';

const seen = new WeakSet();
return (key: string, value: unknown) => {
if (typeof value === 'object' && value !== null) {
return (_key: string, value: unknown) => {
if (typeof value === 'object' && value !== null && _key !== '') {
if (seen.has(value)) {

@@ -24,0 +24,0 @@ return;

Sorry, the diff of this file is not supported yet

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