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

yarn-pnp-test

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-pnp-test - npm Package Compare versions

Comparing version 0.1.0-beta.16 to 0.1.0-beta.17

7

index.js

@@ -7,2 +7,7 @@ #!/usr/bin/env node

execa(shim, process.argv.slice(2)).stdout.pipe(process.stdout);
const shimProcess = execa(shim, process.argv.slice(2));
console.log(shimProcess);
shimProcess.stderr && shimProcess.stderr.pipe(process.stderr);
shimProcess.stdout && shimProcess.stdout.pipe(process.stdout);

2

package.json

@@ -18,3 +18,3 @@ {

},
"version": "0.1.0-beta.16"
"version": "0.1.0-beta.17"
}
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