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

flatnest

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flatnest - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

.tern-port

2

package.json
{
"name": "flatnest",
"version": "0.1.1",
"version": "0.2.0",
"description": "Flatten/Nest Javascript objects.",

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

@@ -92,3 +92,3 @@ flatnest

// { aa: 'cat', bb: [Circular] }
// { aa: 'cat', bb: '[Circular (this)]' }

@@ -95,0 +95,0 @@ var nested = fn.nest(obj)

@@ -12,2 +12,3 @@ module.exports = seek

for (var i = 0; i < len; i += 2) {
if (layer == null) return undefined
var key = pathBits[i]

@@ -14,0 +15,0 @@ layer = layer[key]

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