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

gedi

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gedi - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

2

gedi.js

@@ -78,3 +78,3 @@ //Copyright (C) 2012 Kory Nunn

// Faster to check again here than to create pointless paths.
if(prop && typeof prop === 'object' && prop !== object){
if(prop && typeof prop === 'object' && !modelReferences.has(prop)){
addModelReference(paths.append(path, paths.create(key)), prop);

@@ -81,0 +81,0 @@ }

@@ -9,3 +9,3 @@ {

],
"version": "0.9.3",
"version": "0.9.4",
"main": "gedi.js",

@@ -12,0 +12,0 @@ "dependencies": {

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