Socket
Socket
Sign inDemoInstall

@verdaccio/local-storage

Package Overview
Dependencies
Maintainers
2
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.2.0 to 0.2.1

.vscode/launch.json

1

lib/local-database.js

@@ -127,2 +127,3 @@ 'use strict';

value: function getPackageStorage(packageInfo) {
// $FlowFixMe
var packagePath = this._getLocalStoragePath(this.config.getMatchedPackagesSpec(packageInfo).storage);

@@ -129,0 +130,0 @@

4

lib/local-fs.js

@@ -210,3 +210,3 @@ 'use strict';

if (exists) {
return uploadStream.emit('error', fSError(fileExist));
uploadStream.emit('error', fSError(fileExist));
}

@@ -260,2 +260,3 @@

});
file.on('error', function (err) {

@@ -265,2 +266,3 @@ uploadStream.emit('error', err);

});
return uploadStream;

@@ -267,0 +269,0 @@ }

{
"name": "@verdaccio/local-storage",
"version": "0.2.0",
"version": "0.2.1",
"description": "local storage implementation",

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

"release": "standard-version -a -s",
"test": "npm run flow && npm run lint && jest",
"lint": "eslint .",
"test": "npm run lint && jest",
"lint": "npm run flow && eslint .",
"commitmsg": "commitlint -e $GIT_PARAMS",
"flow": "flow",

@@ -21,12 +22,14 @@ "build": "babel src/ --out-dir lib/ --copy-files --ignore ___tests___",

"http-errors": "1.6.2",
"lodash": "4.17.4",
"lodash": "4.17.5",
"mkdirp": "0.5.1"
},
"devDependencies": {
"@verdaccio/types": "^0.2.0",
"@commitlint/cli": "^6.0.2",
"@commitlint/config-conventional": "^6.0.2",
"@verdaccio/types": "^2.0.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-jest": "22.1.0",
"babel-plugin-flow-runtime": "0.15.0",
"babel-eslint": "8.2.2",
"babel-jest": "22.4.1",
"babel-plugin-flow-runtime": "0.17.0",
"babel-plugin-istanbul": "4.1.5",

@@ -36,8 +39,11 @@ "babel-plugin-transform-async-to-generator": "6.24.1",

"babel-preset-flow": "6.23.0",
"flow-bin": "0.66.0",
"flow-runtime": "0.17.0",
"cross-env": "5.1.3",
"eslint": "4.15.0",
"eslint": "4.18.2",
"eslint-config-google": "0.9.1",
"eslint-plugin-flowtype": "2.41.0",
"eslint-plugin-jest": "21.6.2",
"jest": "22.1.1",
"eslint-plugin-flowtype": "2.46.1",
"eslint-plugin-jest": "21.12.3",
"husky": "^0.14.3",
"jest": "22.4.2",
"rmdir-sync": "1.0.1",

@@ -53,2 +59,7 @@ "standard-version": "4.3.0"

],
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"author": "Juan Picado <juanpicado19@gmail.com>",

@@ -55,0 +66,0 @@ "private": false,

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