Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yarnpkg/pnpify

Package Overview
Dependencies
Maintainers
6
Versions
141
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 4.0.0-rc.21 to 4.0.0-rc.22

2

lib/NodeModulesFS.d.ts

@@ -13,3 +13,3 @@ /// <reference types="node" />

import fs, { BigIntStats, Stats } from 'fs';
export declare type NodeModulesFSOptions = {
export type NodeModulesFSOptions = {
realFs?: typeof fs;

@@ -16,0 +16,0 @@ pnpifyFs?: boolean;

@@ -12,3 +12,3 @@ /// <reference types="node" />

}
declare type DirectoryWatcherMap = Map<PortablePath, DirectoryWatcher>;
type DirectoryWatcherMap = Map<PortablePath, DirectoryWatcher>;
interface DirectoryWatcher {

@@ -15,0 +15,0 @@ eventEmitters: Map<number, Watcher & EventEmitter>;

{
"name": "@yarnpkg/pnpify",
"version": "4.0.0-rc.21",
"version": "4.0.0-rc.22",
"stableVersion": "3.1.4",

@@ -16,5 +16,5 @@ "license": "BSD-2-Clause",

"dependencies": {
"@yarnpkg/core": "^4.0.0-rc.21",
"@yarnpkg/fslib": "^3.0.0-rc.21",
"@yarnpkg/nm": "^4.0.0-rc.21",
"@yarnpkg/core": "^4.0.0-rc.22",
"@yarnpkg/fslib": "^3.0.0-rc.22",
"@yarnpkg/nm": "^4.0.0-rc.22",
"clipanion": "^3.2.0-rc.10",

@@ -25,3 +25,3 @@ "tslib": "^2.4.0"

"@yarnpkg/monorepo": "^0.0.0",
"@yarnpkg/pnp": "^4.0.0-rc.21"
"@yarnpkg/pnp": "^4.0.0-rc.22"
},

@@ -28,0 +28,0 @@ "scripts": {

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