New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

deeputil

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

deeputil - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

15

package.json
{
"name": "deeputil",
"version": "1.0.2",
"version": "1.0.3",
"description": "tiny recursive utility to deal with keys/values of deeply nested objects",

@@ -11,3 +11,3 @@ "main": "deeputil.js",

"type": "git",
"url": "git+https://github.com/mawni/deeputil.git"
"url": "git+https://github.com/manidlou/deeputil.git"
},

@@ -22,11 +22,12 @@ "keywords": [

],
"author": "Mawni Maghsoudlou",
"author": "Mani Maghsoudlou",
"license": "MIT",
"bugs": {
"url": "https://github.com/mawni/deeputil/issues"
"url": "https://github.com/manidlou/deeputil/issues"
},
"homepage": "https://github.com/mawni/deeputil#readme",
"engines": {
"node": ">=4.0.0"
"homepage": "https://github.com/manidlou/deeputil#readme",
"devDependencies": {
"mocha": "^3.2.0",
"standard": "^8.6.0"
}
}
#deeputil
[![travis](https://img.shields.io/travis/mawni/deeputil/master.svg)](https://travis-ci.org/mawni/deeputil) [![npm](https://img.shields.io/npm/v/deeputil.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/deeputil)
[![travis build](https://travis-ci.org/manidlou/deeputil.svg?branch=master)](https://travis-ci.org/manidlou/deeputil) [![npm](https://img.shields.io/npm/v/deeputil.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/deeputil)
<a href="https://github.com/feross/standard"><img src="https://cdn.rawgit.com/feross/standard/master/sticker.svg" alt="Standard JavaScript" width="100"></a>
`deeputil` is a tiny [node.js](https://nodejs.org) module that provides a few recursive functions for dealing with keys/values of deeply nested objects.

@@ -120,2 +118,1 @@

```

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