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

@yarnpkg/pnpify

Package Overview
Dependencies
Maintainers
5
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/pnpify - npm Package Compare versions

Comparing version 2.0.0-rc.8 to 2.0.0-rc.9

8

lib/NodeModulesFS.js

@@ -252,7 +252,7 @@ "use strict";

}
async mkdirPromise(p) {
return await this.baseFs.mkdirPromise(this.resolveDirOrFilePath(p));
async mkdirPromise(p, opts) {
return await this.baseFs.mkdirPromise(this.resolveDirOrFilePath(p), opts);
}
mkdirSync(p) {
return this.baseFs.mkdirSync(this.resolveDirOrFilePath(p));
mkdirSync(p, opts) {
return this.baseFs.mkdirSync(this.resolveDirOrFilePath(p), opts);
}

@@ -259,0 +259,0 @@ async rmdirPromise(p) {

@@ -20,2 +20,3 @@ "use strict";

packageDependencies: nativeInfo.packageDependencies,
packagePeers: nativeInfo.packagePeers,
linkType: nativeInfo.linkType,

@@ -22,0 +23,0 @@ };

{
"name": "@yarnpkg/pnpify",
"version": "2.0.0-rc.8",
"version": "2.0.0-rc.9",
"main": "./lib/index.js",

@@ -8,3 +8,3 @@ "bin": "./lib/cli.js",

"dependencies": {
"@yarnpkg/fslib": "2.0.0-rc.7",
"@yarnpkg/fslib": "2.0.0-rc.8",
"comment-json": "^2.2.0",

@@ -15,3 +15,3 @@ "cross-spawn": "^6.0.5"

"@yarnpkg/monorepo": "0.0.0",
"@yarnpkg/pnp": "2.0.0-rc.7",
"@yarnpkg/pnp": "2.0.0-rc.8",
"eslint": "^5.16.0",

@@ -18,0 +18,0 @@ "typescript": "next"

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