@yarnpkg/pnp
Advanced tools
Comparing version 2.1.0 to 2.2.0
/// <reference types="node" /> | ||
import { Path } from '@yarnpkg/fslib'; | ||
export declare enum ErrorCode { | ||
@@ -23,1 +24,2 @@ API_ERROR = "API_ERROR", | ||
export declare function getIssuerModule(parent: NodeModule | null | undefined): NodeModule | null; | ||
export declare function getPathForDisplay(p: Path): import("@yarnpkg/fslib").NativePath; |
@@ -10,2 +10,3 @@ /// <reference types="node" /> | ||
stats: fs.Stats; | ||
lastRefreshCheck: number; | ||
}; | ||
@@ -12,0 +13,0 @@ export declare type MakeManagerOptions = { |
{ | ||
"name": "@yarnpkg/pnp", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"license": "BSD-2-Clause", | ||
@@ -8,9 +8,9 @@ "main": "./lib/index.js", | ||
"@types/node": "^13.7.0", | ||
"@yarnpkg/fslib": "^2.1.0", | ||
"@yarnpkg/fslib": "^2.2.0", | ||
"tslib": "^1.13.0" | ||
}, | ||
"devDependencies": { | ||
"@yarnpkg/builder": "^2.1.0", | ||
"@yarnpkg/libzip": "^2.1.0", | ||
"@yarnpkg/pnpify": "^2.1.0", | ||
"@yarnpkg/builder": "^2.1.1", | ||
"@yarnpkg/libzip": "^2.2.0", | ||
"@yarnpkg/pnpify": "^2.2.0", | ||
"typescript": "^3.9.5", | ||
@@ -17,0 +17,0 @@ "webpack": "^5.0.0-beta.17", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
549658
6322
Updated@yarnpkg/fslib@^2.2.0