Socket
Socket
Sign inDemoInstall

@pnpm/resolver-base

Package Overview
Dependencies
1
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 3.0.0

2

lib/index.d.ts

@@ -40,2 +40,3 @@ import { PackageJson } from '@pnpm/types';

localPackages?: LocalPackages;
lockfileDirectory: string;
preferredVersions: {

@@ -49,3 +50,2 @@ [packageName: string]: {

registry: string;
shrinkwrapDirectory?: string;
}

@@ -52,0 +52,0 @@ export declare type WantedDependency = {

{
"name": "@pnpm/resolver-base",
"version": "2.1.0",
"version": "3.0.0",
"description": "Types for pnpm-compatible resolvers",

@@ -14,10 +14,7 @@ "main": "lib/index.js",

"tsc": "rimraf lib && tsc --pretty",
"test": "npm run lint && mos t",
"test": "npm run tsc && npm run lint && mos t",
"md": "mos",
"prepare": "npm run tsc"
"prepublishOnly": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pnpm/resolver-base.git"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base",
"keywords": [

@@ -28,14 +25,12 @@ "pnpm",

"engines": {
"node": ">=6"
"node": ">=8"
},
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/resolver-base/issues"
},
"homepage": "https://github.com/pnpm/resolver-base#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/resolver-base#readme",
"dependencies": {
"@pnpm/types": "^2.0.0"
"@pnpm/types": "3.0.0"
},
"devDependencies": {
"@pnpm/tslint-config": "0.0.0",
"mos": "^2.0.0-alpha.3",

@@ -42,0 +37,0 @@ "mos-plugin-readme": "^1.0.4",

@@ -5,4 +5,4 @@ # @pnpm/resolver-base

<!--@shields('npm', 'travis')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/resolver-base.svg)](https://www.npmjs.com/package/@pnpm/resolver-base) [![Build Status](https://img.shields.io/travis/pnpm/resolver-base/master.svg)](https://travis-ci.org/pnpm/resolver-base)
<!--@shields('npm')-->
[![npm version](https://img.shields.io/npm/v/@pnpm/resolver-base.svg)](https://www.npmjs.com/package/@pnpm/resolver-base)
<!--/@-->

@@ -9,0 +9,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc