New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pnpm/store.cafs

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/store.cafs - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

lib/writeBufferToCafs.d.ts

@@ -11,4 +11,4 @@ /// <reference types="node" />

* If the process fails, on rerun the new temp file may get a filename the got left over.
* That is fine, the file will be overriden.
* That is fine, the file will be overridden.
*/
export declare function pathTemp(file: string): string;

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

//
// Probably the only scenario in which the temp directory will dissappear
// Probably the only scenario in which the temp directory will disappear
// before being renamed is when two containers use the same mounted directory

@@ -78,3 +78,3 @@ // for their content-addressable store. In this case there's a chance that the process ID

* If the process fails, on rerun the new temp file may get a filename the got left over.
* That is fine, the file will be overriden.
* That is fine, the file will be overridden.
*/

@@ -81,0 +81,0 @@ function pathTemp(file) {

{
"name": "@pnpm/store.cafs",
"version": "2.0.6",
"version": "2.0.7",
"description": "A content-addressable filesystem for the packages storage",

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

"strip-bom": "^4.0.0",
"@pnpm/fetcher-base": "15.0.2",
"@pnpm/fetcher-base": "15.0.3",
"@pnpm/graceful-fs": "3.2.0",
"@pnpm/store-controller-types": "17.0.1"
"@pnpm/store-controller-types": "17.1.0"
},

@@ -29,4 +29,4 @@ "devDependencies": {

"@pnpm/cafs-types": "4.0.0",
"@pnpm/store.cafs": "2.0.6",
"@pnpm/types": "9.3.0"
"@pnpm/store.cafs": "2.0.7",
"@pnpm/types": "9.4.0"
},

@@ -33,0 +33,0 @@ "bugs": {

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