New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/npm-resolver

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/npm-resolver - npm Package Compare versions

Comparing version 3.0.8 to 3.0.9

20

package.json
{
"name": "@pnpm/npm-resolver",
"version": "3.0.8",
"version": "3.0.9",
"description": "Resolver for npm-hosted packages",

@@ -16,5 +16,4 @@ "main": "lib/index.js",

"tsc": "rimraf lib && tsc",
"test": "rimraf .store && npm run tsc && npm run lint && ts-node test --type-check && mos t",
"md": "mos",
"prepublishOnly": "npm run tsc"
"test": "rimraf .store && pnpm run tsc && pnpm run lint && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc"
},

@@ -41,3 +40,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/npm-resolver",

"encode-registry": "1.1.0",
"fetch-from-npm-registry": "2.0.2",
"fetch-from-npm-registry": "2.0.3",
"load-json-file": "6.0.0",

@@ -56,2 +55,3 @@ "mem": "4.3.0",

"@pnpm/npm-resolver": "link:",
"@pnpm/tsconfig": "0.0.0",
"@pnpm/tslint-config": "0.0.0",

@@ -65,4 +65,2 @@ "@types/nock": "^10.0.0",

"@types/tape": "^4.2.31",
"mos": "^2.0.0-alpha.3",
"mos-plugin-readme": "^1.0.4",
"nock": "^10.0.0",

@@ -76,11 +74,3 @@ "path-exists": "4.0.0",

"typescript": "3.4.5"
},
"mos": {
"plugins": [
"readme"
],
"installation": {
"useShortAlias": true
}
}
}

@@ -9,8 +9,8 @@ # @pnpm/npm-resolver

## Install
## Installation
Install it via npm.
```
<pnpm|npm|yarn> add @pnpm/npm-resolver
```
npm install @pnpm/npm-resolver
## Usage

@@ -67,2 +67,2 @@

[MIT](./LICENSE) © [Zoltan Kochan](https://www.kochan.io/)
MIT © [Zoltan Kochan](https://www.kochan.io/)

Sorry, the diff of this file is not supported yet

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