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

@berish/serber

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berish/serber - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

build/plugins/loopObject.js

@@ -66,3 +66,3 @@ "use strict";

for (const key of keys) {
if (!weakSet.has(obj[key]))
if (obj[key] && typeof obj[key] === 'object' && !weakSet.has(obj[key]))
weakSet.set(obj[key], path.concat(key));

@@ -69,0 +69,0 @@ }

{
"name": "@berish/serber",
"version": "1.1.5",
"version": "1.1.6",
"description": "Serializable and deserializable adaptive adapter with plugins",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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