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 3.0.0-beta.2 to 3.0.0

21

package.json
{
"name": "deeks",
"version": "3.0.0-beta.2",
"version": "3.0.0",
"description": "Retrieve all keys and nested keys from objects and arrays of objects.",

@@ -9,8 +9,7 @@ "main": "lib/deeks.js",

"build": "npm run lint && npm run test && npm run compile",
"compile": "tsc",
"compile": "tsc -p tsconfig.build.json",
"coverage": "nyc npm run test",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ext .js,.ts src",
"lint": "eslint --ext .js,.ts src test",
"prepublishOnly": "npm run build",
"test": "mocha -r ts-node/register src/test/index.ts"
"test": "mocha -r ts-node/register test/index.ts"
},

@@ -36,9 +35,9 @@ "repository": {

"homepage": "https://mrodrig.github.io/deeks",
"dependencies": {},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"coveralls": "3.1.1",
"eslint": "8.34.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
"eslint-config-google": "0.14.0",

@@ -49,3 +48,3 @@ "eslint-plugin-import": "2.27.5",

"ts-node": "10.9.1",
"typescript": "4.9.5"
"typescript": "5.0.2"
},

@@ -52,0 +51,0 @@ "engines": {

@@ -8,3 +8,3 @@ # deeks - Deep Object Key Extraction

[![Coverage Status](https://coveralls.io/repos/github/mrodrig/deeks/badge.svg?branch=stable)](https://coveralls.io/github/mrodrig/deeks?branch=stable)
[![Dependencies](https://img.shields.io/librariesio/release/npm/deeks)](https://www.npmjs.org/package/deeks)
[![Typings](https://img.shields.io/npm/types/deeks)](https://www.npmjs.org/package/deeks)

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