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

delete-property

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delete-property - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

package.json
{
"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

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