Socket
Socket
Sign inDemoInstall

doc-path

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doc-path - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

_config.yml

12

package.json

@@ -5,3 +5,3 @@ {

"description": "A document path library for Node",
"version": "2.0.0",
"version": "2.0.1",
"repository": {

@@ -13,5 +13,5 @@ "type": "git",

"scripts": {
"test": "./node_modules/.bin/mocha test/tests.js",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec",
"lint": "./node_modules/.bin/eslint src test"
"test": "mocha test/tests.js",
"coverage": "nyc --reporter=lcov --reporter=text-summary --reporter=text _mocha",
"lint": "eslint src test"
},

@@ -36,4 +36,4 @@ "keywords": [

"devDependencies": {
"eslint": "5.12.1",
"istanbul": "0.4.5",
"eslint": "5.16.0",
"nyc": "13.3.0",
"mocha": "5.2.0",

@@ -40,0 +40,0 @@ "should": "13.2.3"

# A Document Path Library for Node
[![Dependencies](https://img.shields.io/david/mrodrig/doc-path.svg?style=flat-square)](https://www.npmjs.org/package/doc-path)
[![Dependencies](https://img.shields.io/david/mrodrig/doc-path.svg)](https://www.npmjs.org/package/doc-path)
[![Downloads](http://img.shields.io/npm/dm/doc-path.svg)](https://www.npmjs.org/package/doc-path)

@@ -173,2 +173,2 @@ [![NPM version](https://img.shields.io/npm/v/doc-path.svg)](https://www.npmjs.org/package/doc-path)

- Including keys of objects inside arrays! (as of v2.0.0)
- Same common path specification as other programs such as MongoDB
- Same common path specification as other programs such as MongoDB
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