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

@verdaccio/file-locking

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/file-locking - npm Package Compare versions

Comparing version 13.0.0-next-8.0 to 13.0.0-next-8.1

4

build/readFile.js

@@ -43,4 +43,4 @@ "use strict";

const _options = {
lock: (options === null || options === void 0 ? void 0 : options.lock) || false,
parse: (options === null || options === void 0 ? void 0 : options.parse) || false
lock: options?.lock || false,
parse: options?.parse || false
};

@@ -47,0 +47,0 @@ await lock(name, _options);

{
"name": "@verdaccio/file-locking",
"version": "13.0.0-next-8.0",
"version": "13.0.0-next-8.1",
"description": "library that handle file locking",

@@ -20,3 +20,3 @@ "keywords": [

"engines": {
"node": ">=12"
"node": ">=18"
},

@@ -43,3 +43,3 @@ "repository": {

"devDependencies": {
"@verdaccio/types": "13.0.0-next-8.0"
"@verdaccio/types": "13.0.0-next-8.1"
},

@@ -46,0 +46,0 @@ "funding": {

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