Socket
Socket
Sign inDemoInstall

@verdaccio/local-storage

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/local-storage - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

.circleci/config.yml

8

lib/local-fs.js

@@ -197,2 +197,4 @@ 'use strict';

value: function writeTarball(name) {
var _this2 = this;
var uploadStream = new _streams.UploadTarball();

@@ -212,3 +214,3 @@

var temporalName = `${name}.tmp-${String(Math.random()).replace(/^0\./, '')}`;
var temporalName = _path2.default.join(_this2.path, `${name}.tmp-${String(Math.random()).replace(/^0\./, '')}`);
var file = _fs2.default.createWriteStream(temporalName);

@@ -292,3 +294,3 @@ var opened = false;

value: function _createFile(name, contents, callback) {
var _this2 = this;
var _this3 = this;

@@ -299,3 +301,3 @@ _fs2.default.exists(name, function (exists) {

}
_this2._writeFile(name, contents, callback);
_this3._writeFile(name, contents, callback);
});

@@ -302,0 +304,0 @@ }

{
"name": "@verdaccio/local-storage",
"version": "0.1.2",
"version": "0.1.3",
"description": "local storage implementation",

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

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