Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

all-module-paths

Package Overview
Dependencies
Maintainers
2
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

all-module-paths - npm Package Compare versions

Comparing version 0.9.2 to 0.10.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [0.10.0](https://github.com/tunnckoCore/opensource/compare/all-module-paths@0.9.2...all-module-paths@0.10.0) (2020-01-24)
### Bug Fixes
* format package.json files ([5f87d70](https://github.com/tunnckoCore/opensource/commit/5f87d70d369e2939c8ab85aff8863a4cfe7f44e5))
* upgrade deps ([a744c6d](https://github.com/tunnckoCore/opensource/commit/a744c6dbef340b51e246ecf874579a752b7aa35a))
### Features
* format, npm funding field, prettier-plugin-pkgjson ([5cd0a38](https://github.com/tunnckoCore/opensource/commit/5cd0a389a731e5634636f1a124decbaf36807824))
## [0.9.2](https://github.com/tunnckoCore/opensource/compare/all-module-paths@0.9.1...all-module-paths@0.9.2) (2020-01-19)

@@ -8,0 +25,0 @@

73

package.json
{
"name": "all-module-paths",
"version": "0.9.2",
"version": "0.10.0",
"licenseStart": 2018,
"license": "MPL-2.0",
"description": "Get all possible javascript (npm/yarn/pnpm) global or local, binaries or packages paths, e.g. node_modules and node_modules/.bin. Also works for those using NVM or such",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"homepage": "https://tunnckocore.com/opensource",
"funding": "https://ko-fi.com/tunnckoCore/commissions",
"repository": {

@@ -10,14 +15,34 @@ "type": "git",

},
"homepage": "https://tunnckocore.com/opensource",
"author": "Charlike Mike Reagent <opensource@tunnckocore.com> (https://tunnckocore.com)",
"license": "MPL-2.0",
"engines": {
"node": ">=10.13"
},
"main": "src/main.js",
"module": "src/index.js",
"files": [
"src",
"index.d.ts"
"index.d.ts",
"src"
],
"engines": {
"node": ">=10.13"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"scripts": {},
"dependencies": {
"esm": "^3.2.25",
"global-dirs": "^2.0.1"
},
"jest": {
"coverageThreshold": {
"src/**/*.js": {
"statements": 10,
"branches": 10,
"functions": 10,
"lines": 10
}
}
},
"cov": {
"value": 95.35,
"color": "99CC09"
},
"keywords": [

@@ -48,30 +73,2 @@ "bin",

],
"scripts": {},
"dependencies": {
"esm": "^3.2.25",
"global-dirs": "^2.0.0"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"cov": {
"value": 95.35,
"color": "99CC09"
},
"jest": {
"coverageThreshold": {
"src/**/*.js": {
"statements": 10,
"branches": 10,
"functions": 10,
"lines": 10
}
}
},
"jestCov": {
"value": 95.35,
"color": "99CC09"
},
"licenseStart": 2018,
"verb": {

@@ -97,3 +94,3 @@ "readme": "../../readme-template.md",

},
"gitHead": "820e49e8692e845205e50d5c5f5869d8313f4206"
"gitHead": "bb12d93a0661850b7f74f5f5aca6f313504de661"
}
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