object-path
Advanced tools
Comparing version 0.0.1 to 0.1.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6917
41