Socket
Socket
Sign inDemoInstall

@pnpm/server

Package Overview
Dependencies
Maintainers
2
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/server - npm Package Compare versions

Comparing version 0.11.0 to 0.12.0

0

lib/connectStoreController.d.ts

@@ -0,0 +0,0 @@ import { StoreController } from 'package-store';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { StoreController } from 'package-store';

5

lib/createServer.js

@@ -89,4 +89,5 @@ "use strict";

case '/prune':
yield store.prune();
res.end(JSON.stringify('OK'));
// Disable store pruning when a server is running
res.statusCode = 403;
res.end();
break;

@@ -93,0 +94,0 @@ case '/saveState':

import connectStoreController from './connectStoreController';
import createServer from './createServer';
export { createServer, connectStoreController };

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare type LockedFunc<T> = (key: string, fn: () => Promise<T>) => Promise<T>;

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@pnpm/server",
"version": "0.11.0",
"version": "0.12.0",
"description": "A pnpm installer server",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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