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

object-search

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-search - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

lib/index.js

@@ -36,3 +36,3 @@

for (var i = 0, c = keys.length; i < c; i++) {
current = obj[keys[i]];
current = current[keys[i]];
}

@@ -39,0 +39,0 @@ } catch (err) {

{
"name": "object-search",
"version": "0.0.3",
"version": "0.0.4",
"description": "A module for looking up object properties at depth",

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

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