Socket
Socket
Sign inDemoInstall

deeks

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deeks - npm Package Compare versions

Comparing version 2.2.7 to 2.3.0

lib/deeks.js

12

package.json
{
"name": "deeks",
"version": "2.2.7",
"version": "2.3.0",
"description": "Retrieve all keys and nested keys from objects and arrays of objects.",
"main": "src/deeks.js",
"main": "lib/deeks.js",
"scripts": {
"test": "mocha test/tests.js",
"coverage": "nyc --reporter=lcov --reporter=text-summary --reporter=text _mocha",
"lint": "eslint src test"
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint lib test"
},

@@ -29,6 +30,7 @@ "repository": {

},
"homepage": "https://github.com/mrodrig/deeks#readme",
"homepage": "https://mrodrig.github.io/deeks",
"dependencies": {},
"devDependencies": {
"babel-eslint": "10.1.0",
"coveralls": "3.1.0",
"eslint": "6.8.0",

@@ -40,4 +42,4 @@ "mocha": "7.1.2",

"engines": {
"node": ">= 8"
"node": ">= 10"
}
}

@@ -6,9 +6,7 @@ # deeks - Deep Object Key Extraction

[![NPM version](https://img.shields.io/npm/v/deeks.svg)](https://www.npmjs.org/package/deeks)
[![Known Vulnerabilities](https://snyk.io/test/npm/deeks/badge.svg)](https://snyk.io/test/npm/deeks)
[![Package Size](https://img.shields.io/bundlephobia/min/deeks.svg)](https://www.npmjs.org/package/deeks)
[![Minzipped Size](https://flat.badgen.net/bundlephobia/minzip/deeks)](https://bundlephobia.com/result?p=deeks)
[![Build Status](https://travis-ci.org/mrodrig/deeks.svg?branch=master)](https://travis-ci.org/mrodrig/deeks)
[![Coverage Status](https://coveralls.io/repos/github/mrodrig/deeks/badge.svg?branch=stable)](https://coveralls.io/github/mrodrig/deeks?branch=stable)
[![Maintainability](https://api.codeclimate.com/v1/badges/830bc7f29f61466986ac/maintainability)](https://codeclimate.com/github/mrodrig/deeks/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/830bc7f29f61466986ac/test_coverage)](https://codeclimate.com/github/mrodrig/deeks/test_coverage)
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=rodrigues.mi%40husky.neu.edu&item_name=Open+Source+Software+Development+-+Node+Modules&currency_code=USD&source=url)

@@ -15,0 +13,0 @@ **Retrieve all keys and nested keys from objects and arrays of objects.**

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