New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paperbits/common

Package Overview
Dependencies
Maintainers
2
Versions
716
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paperbits/common - npm Package Compare versions

Comparing version 0.1.636 to 0.1.637

5

objects.ts

@@ -138,2 +138,7 @@ export function isObject(item: any): boolean {

else if (childNode instanceof Object) {
if (childNode === source) {
console.log(`Ciruclar reference: `, source);
throw new Error(`Ciruclar reference detected. See the message above.`);
}
cleanupObject(childNode, options);

@@ -140,0 +145,0 @@

2

package.json
{
"name": "@paperbits/common",
"version": "0.1.636",
"version": "0.1.637",
"description": "Paperbits common components.",

@@ -5,0 +5,0 @@ "author": "Paperbits",

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