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.23 to 0.1.0-beta.24

2

package.json

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

},
"version": "0.1.0-beta.23"
"version": "0.1.0-beta.24"
}

@@ -23,10 +23,6 @@ #!/usr/bin/env node

const bin = () => {
const { createRequire, findPnpApi } = require('module');
const { createRequire } = require('module');
const targetModule = __filename;
const targetRequire = createRequire(__filename);
const targetPnp = findPnpApi(targetModule);
const targetRequire = createRequire(targetModule);
const packageName = process.argv[2];

@@ -36,3 +32,3 @@

const packageResolved = targetPnp.resolveRequest(packagePath, targetModule);
const packageResolved = targetRequire.resolve(packagePath);

@@ -51,3 +47,3 @@ const package = targetRequire(packageResolved);

const binResolved = targetPnp.resolveRequest(binPath, targetModule);
const binResolved = targetRequire.resolve(binPath);

@@ -54,0 +50,0 @@ process.argv.splice(2, 2);

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