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

@yarnpkg/esbuild-plugin-pnp

Package Overview
Dependencies
Maintainers
6
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/esbuild-plugin-pnp - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-rc.1

2

lib/index.js

@@ -38,3 +38,3 @@ "use strict";

return {
contents: await fs.promises.readFile(args.path, `utf8`),
contents: await fs.promises.readFile(args.path),
loader: `default`,

@@ -41,0 +41,0 @@ };

{
"name": "@yarnpkg/esbuild-plugin-pnp",
"version": "1.0.0",
"version": "1.0.1-rc.1",
"license": "BSD-2-Clause",

@@ -13,3 +13,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@yarnpkg/pnp": "3.0.0",
"@yarnpkg/pnp": "3.0.1-rc.1",
"esbuild": "npm:esbuild-wasm@^0.11.20"

@@ -38,4 +38,5 @@ },

},
"bin": "./lib/cli.js",
"typings": "./lib/index.d.ts"
"stableVersion": "1.0.0",
"typings": "./lib/index.d.ts",
"bin": "./lib/cli.js"
}
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