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.5.0 to 1.5.1

.travis.yml

10

package.json
{
"name": "deepdash",
"version": "1.5.0",
"version": "1.5.1",
"description": "Object tree traversal for lodash",

@@ -11,3 +11,5 @@ "main": "deepdash.js",

"prepublish": "npm run test",
"test": "./node_modules/.bin/mocha --reporter spec",
"test": "nyc mocha --reporter spec",
"report": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"dev": "nodemon ./node_modules/.bin/mocha --reporter min --no-deprecation"

@@ -40,6 +42,8 @@ },

"chai-asserttype": "^1.0.5",
"coveralls": "^3.0.2",
"eslint": "^5.8.0",
"mocha": "^5.2.0",
"nodemon": "^1.18.5"
"nodemon": "^1.18.5",
"nyc": "^13.1.0"
}
}

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

Looking for eachDeep, keysDeep etc? Tree traversal extension for lodash.
[![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>
[![NPM](https://nodei.co/npm/deepdash.png?compact=true)](https://nodei.co/npm/deepdash/)
### Installation

@@ -7,0 +11,0 @@ In a browser load [script](https://raw.githubusercontent.com/YuriGor/deepdash/master/deepdash.js) after lodash:

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