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

deepdash

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepdash - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

.coverals.yml

14

package.json
{
"name": "deepdash",
"version": "1.9.0",
"version": "1.9.1",
"description": "Object tree traversal for lodash: condenseDeep, eachDeep, filterDeep, indexate, omitDeep, keysDeep",

@@ -13,3 +13,3 @@ "main": "deepdash.js",

"report": "nyc --reporter=html --reporter=text mocha",
"coverage": "env COVERALLS_REPO_TOKEN=IP5lrwiqOdquotILGARnHMGvPQUrXIFt9 nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "nodemon ./node_modules/.bin/mocha --reporter min --no-deprecation"

@@ -43,11 +43,11 @@ },

"devDependencies": {
"chai": "^4.2.0",
"chai-asserttype": "^1.0.5",
"coveralls": "^3.0.2",
"chai": "*",
"chai-asserttype": "*",
"coveralls": "*",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"mocha": "^5.2.0",
"mocha": "*",
"nodemon": "^1.18.9",
"nyc": "^13.1.0",
"nyc": "*",
"prettier": "^1.15.3"

@@ -54,0 +54,0 @@ },

@@ -6,3 +6,3 @@ <img src="deepdash.svg?sanitize=true" width="64px"/>

[![npm](https://img.shields.io/npm/v/deepdash.svg)](https://www.npmjs.com/package/deepdash) [![Travis (.org)](https://api.travis-ci.org/YuriGor/deepdash.svg?branch=master)](https://travis-ci.org/YuriGor/deepdash) [![Coverage Status](https://coveralls.io/repos/github/YuriGor/deepdash/badge.svg?branch=master)](https://coveralls.io/github/YuriGor/deepdash?branch=master) <br>
[![Known Vulnerabilities](https://snyk.io/test/npm/deepdash/badge.svg)](https://snyk.io/test/npm/deepdash) [![Travis (.org)](https://api.travis-ci.org/YuriGor/deepdash.svg?branch=master)](https://travis-ci.org/YuriGor/deepdash) [![Coverage Status](https://coveralls.io/repos/github/YuriGor/deepdash/badge.svg?branch=master)](https://coveralls.io/github/YuriGor/deepdash?branch=master) <br>
[![NPM](https://nodei.co/npm/deepdash.png?compact=true)](https://nodei.co/npm/deepdash/)

@@ -37,2 +37,10 @@

```
Or as [ECMAScript Module](https://nodejs.org/api/esm.html#esm_ecmascript_modules):
```js
import lodash from "lodash";
import deepdash from "deepdash";
const _ = deepdash(lodash);
```
(thank you [xpare](https://stackoverflow.com/a/53679055/3043073))
### Usage

@@ -39,0 +47,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