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 7.0.3 to 7.0.4

7

CHANGELOG.md
# @pnpm/resolver-base
## 7.0.4
### Patch Changes
- Updated dependencies [d54043ee4]
- @pnpm/types@6.3.0
## 7.0.3

@@ -4,0 +11,0 @@

8

lib/index.d.ts

@@ -37,8 +37,8 @@ import { DependencyManifest } from '@pnpm/types';

}
export declare type VersionSelectors = {
export interface VersionSelectors {
[selector: string]: 'version' | 'range' | 'tag';
};
export declare type PreferredVersions = {
}
export interface PreferredVersions {
[packageName: string]: VersionSelectors;
};
}
export interface ResolveOptions {

@@ -45,0 +45,0 @@ alwaysTryWorkspacePackages?: boolean;

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

@@ -13,3 +13,3 @@ "main": "lib/index.js",

"start": "pnpm run tsc -- --watch",
"lint": "tslint -c ../../tslint.json --project .",
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",

@@ -25,3 +25,3 @@ "prepublishOnly": "pnpm run compile",

"engines": {
"node": ">=10.13"
"node": ">=10.16"
},

@@ -32,3 +32,3 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",

"dependencies": {
"@pnpm/types": "6.2.0"
"@pnpm/types": "6.3.0"
},

@@ -35,0 +35,0 @@ "bugs": {

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