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

object-path

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-path - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

index.js

@@ -10,3 +10,3 @@

for(var i in value) {
if(value.hasOwnProperty(i)) {
if(Object.prototype.hasOwnProperty.call(value, i)) {
return false;

@@ -13,0 +13,0 @@ }

{
"name": "object-path",
"description": "Access deep properties using a path",
"version": "0.0.1",
"version": "0.1.0",
"author": {

@@ -6,0 +6,0 @@ "name": "Mario Casciaro"

@@ -0,1 +1,8 @@

object-path
===========
Access deep properties using a path
[![NPM](https://nodei.co/npm/object-path.png?downloads=true)](https://nodei.co/npm/object-path/)

@@ -5,6 +12,4 @@

# object-path
## Usage
Access deep properties using a path
```javascript

@@ -11,0 +16,0 @@

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