Socket
Socket
Sign inDemoInstall

package-store

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-store - npm Package Compare versions

Comparing version 0.21.0 to 0.22.0

2

lib/errorTypes/index.d.ts
import PnpmError from './PnpmError';
export { PnpmError };
export { PnpmError, };

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

@@ -0,0 +0,0 @@ export declare type PnpmErrorCode = 'UNEXPECTED_STORE' | 'STORE_BREAKING_CHANGE' | 'MODULES_BREAKING_CHANGE' | 'SHRINKWRAP_BREAKING_CHANGE' | 'MODIFIED_DEPENDENCY' | 'NO_OFFLINE_META' | 'NO_OFFLINE_TARBALL' | 'BAD_TARBALL_SIZE';

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

export default function linkIndexedDir(existingDir: string, newDir: string, filenames: string[]): Promise<void>;

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

import { StoreIndex } from '@pnpm/types';
export declare function read(storePath: string): Promise<StoreIndex | null>;
export declare function save(storePath: string, store: StoreIndex): any;

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

@@ -6,2 +6,2 @@ import getRegistryName = require('encode-registry');

export default createStore;
export { read, save, getRegistryName, StoreController, ImportingLog };
export { read, save, getRegistryName, StoreController, ImportingLog, };

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

@@ -0,0 +0,0 @@ import { LogBase, Logger } from '@pnpm/logger';

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

@@ -0,0 +0,0 @@ import { PackageFilesResponse } from '@pnpm/package-requester';

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

@@ -0,0 +0,0 @@ import { FetchFunction } from '@pnpm/fetcher-base';

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

{
"name": "package-store",
"description": "A storage for npm packages. Used by pnpm",
"version": "0.21.0",
"version": "0.22.0",
"author": {

@@ -24,3 +24,3 @@ "name": "Zoltan Kochan",

"@pnpm/fs-locker": "^1.0.0",
"@pnpm/package-requester": "^2.0.0",
"@pnpm/package-requester": "^3.0.0",
"@pnpm/resolver-base": "^1.1.0",

@@ -27,0 +27,0 @@ "@pnpm/types": "^1.3.0",

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