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

pnpm

Package Overview
Dependencies
Maintainers
2
Versions
1100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnpm - npm Package Compare versions

Comparing version 0.48.0 to 0.48.1

10

lib/install/fetch.js

@@ -152,7 +152,7 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
if (!opts.force && (yield exists(opts.target)))
return;
yield rimraf(opts.target);
opts.log('download-queued');
yield fetchResolution_1.default(opts.resolution, opts.target, { got: opts.got, log: opts.log });
if (opts.force || !(yield exists(opts.target))) {
yield rimraf(opts.target);
opts.log('download-queued');
yield fetchResolution_1.default(opts.resolution, opts.target, { got: opts.got, log: opts.log });
}
const pkg = yield requireJson_1.default(path.join(opts.target, 'package.json'));

@@ -159,0 +159,0 @@ opts.log('package.json', pkg);

{
"name": "pnpm",
"description": "A fast implementation of npm install",
"version": "0.48.0",
"version": "0.48.1",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",

@@ -6,0 +6,0 @@ "bin": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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