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.1.3 to 2.2.0

dist/path.js

9

package.json

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

"description": "A document path library for Node",
"version": "2.1.3",
"version": "2.2.0",
"repository": {

@@ -11,7 +11,9 @@ "type": "git",

},
"main": "./src/path.js",
"main": "./dist/path.js",
"scripts": {
"prepublishOnly": "npm run lint && npm run uglify && npm run test",
"test": "mocha test/tests.js",
"coverage": "nyc --reporter=lcov --reporter=text-summary --reporter=text _mocha",
"lint": "eslint src test"
"lint": "eslint src test",
"uglify": "uglifyjs --compress --mangle --comments --output dist/path.js -- src/path.js"
},

@@ -36,2 +38,3 @@ "keywords": [

"devDependencies": {
"uglify-es": "3.3.9",
"eslint": "6.8.0",

@@ -38,0 +41,0 @@ "mocha": "7.1.2",

@@ -6,9 +6,7 @@ # A Document Path Library for Node

[![NPM version](https://img.shields.io/npm/v/doc-path.svg)](https://www.npmjs.org/package/doc-path)
[![Known Vulnerabilities](https://snyk.io/test/npm/doc-path/badge.svg)](https://snyk.io/test/npm/doc-path)
[![Package Size](https://img.shields.io/bundlephobia/min/doc-path.svg)](https://www.npmjs.org/package/doc-path)
[![Minzipped Size](https://flat.badgen.net/bundlephobia/minzip/doc-path)](https://bundlephobia.com/result?p=doc-path)
[![Build Status](https://travis-ci.org/mrodrig/doc-path.svg?branch=master)](https://travis-ci.org/mrodrig/doc-path)
[![Maintainability](https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/maintainability)](https://codeclimate.com/github/mrodrig/json-2-csv/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8c0cc3699d054fb77abe/test_coverage)](https://codeclimate.com/github/mrodrig/json-2-csv/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)
[![Maintainability](https://api.codeclimate.com/v1/badges/8d357f67aa5aaf8d727e/maintainability)](https://codeclimate.com/github/mrodrig/doc-path/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/8d357f67aa5aaf8d727e/test_coverage)](https://codeclimate.com/github/mrodrig/doc-path/test_coverage)

@@ -15,0 +13,0 @@ This module will take paths in documents which can include nested paths specified by '.'s and can evaluate the path

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