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.14 to 0.1.0-beta.15

4

index.js
#!/usr/bin/env node
const path = require('path');
const execa = require('execa');
const pnpProcess = execa('./pnp.js', process.argv.slice(2));
const pnpProcess = execa(path.join(__dirname, 'pnp.js'), process.argv.slice(2));
pnpProcess.stdout.pipe(process.stdout);

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

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