delete-property
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "delete-property", | ||
"description": "Deletes a deeply nested object property", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -28,7 +28,7 @@ "main": "lib/index.js", | ||
"babel-cli": "^6.4.0", | ||
"babel-eslint": "^5.0.0-beta6", | ||
"babel-eslint": "^6.0.0", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-register": "^6.3.13", | ||
"chai": "^3.3.0", | ||
"eslint": "^1.5.1", | ||
"eslint": "^2.2.0", | ||
"eslint-config-kellyirc": "^3.1.0", | ||
@@ -35,0 +35,0 @@ "mocha": "^2.3.3", |
@@ -0,1 +1,5 @@ | ||
# DEPRECATED: Use [Lodash's unset method](https://lodash.com/docs#unset) instead | ||
This module will still work but I will no longer maintain it since lodash implements it. | ||
# delete-property [![Build Status](https://travis-ci.org/rahatarmanahmed/delete-property.svg?branch=master)](https://travis-ci.org/rahatarmanahmed/delete-property) | ||
@@ -2,0 +6,0 @@ Deletes a deeply nested object property. Returns true if successfully deleted. Returns false if property doesn't exist or if the passed in argument is not an object. |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
7793
0
35