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.3 to 0.1.0-beta.4

14

index.js
#!/usr/bin/env node
const fs = require("fs");
const fsDir = () => {
console.log("fs");
console.log("__dirname");
const pathnames = fs.readdirSync(__dirname);
console.log(pathnames);
};
const requireResolve = () => {

@@ -27,4 +39,6 @@ console.log("require.resolve");

fsDir();
requireResolve();
pnp();

2

package.json

@@ -13,3 +13,3 @@ {

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