@verdaccio/local-storage
Advanced tools
Comparing version 10.1.0 to 10.1.1
{ | ||
"name": "@verdaccio/local-storage", | ||
"version": "10.1.0", | ||
"version": "10.1.1", | ||
"description": "Local storage implementation", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"@verdaccio/streams": "10.1.0", | ||
"async": "3.2.2", | ||
"async": "3.2.3", | ||
"debug": "4.3.3", | ||
@@ -47,3 +47,3 @@ "lodash": "4.17.21", | ||
"@types/node": "^14.0.0", | ||
"@verdaccio/types": "10.1.0", | ||
"@verdaccio/types": "10.2.2", | ||
"minimatch": "^3.0.4", | ||
@@ -64,3 +64,4 @@ "rmdir-sync": "^1.0.1" | ||
"build": "pnpm run build:js && pnpm run build:types" | ||
} | ||
}, | ||
"readme": "# @verdaccio/local-storage\n\n📦 File system storage plugin for verdaccio \n\n[![verdaccio (latest)](https://img.shields.io/npm/v/@verdaccio/local-storage/latest.svg)](https://www.npmjs.com/package/@verdaccio/local-storage)\n[![CircleCI](https://circleci.com/gh/verdaccio/local-storage/tree/master.svg?style=svg)](https://circleci.com/gh/verdaccio/local-storage/tree/master)\n[![Known Vulnerabilities](https://snyk.io/test/github/verdaccio/local-storage/badge.svg?targetFile=package.json)](https://snyk.io/test/github/verdaccio/local-storage?targetFile=package.json)\n[![codecov](https://codecov.io/gh/verdaccio/local-storage/branch/master/graph/badge.svg)](https://codecov.io/gh/verdaccio/local-storage)\n[![backers](https://opencollective.com/verdaccio/tiers/backer/badge.svg?label=Backer&color=brightgreen)](https://opencollective.com/verdaccio)\n[![discord](https://img.shields.io/discord/388674437219745793.svg)](http://chat.verdaccio.org/)\n![MIT](https://img.shields.io/github/license/mashape/apistatus.svg)\n[![node](https://img.shields.io/node/v/@verdaccio/local-storage/latest.svg)](https://www.npmjs.com/package/@verdaccio/local-storage)\n\n> This package is already built-in in verdaccio\n\n```\nnpm install @verdaccio/local-storage\n```\n\n### API\n\n### LocalDatabase\n\nThe main object that handle a JSON database the private packages.\n\n#### Constructor\n\n```\nnew LocalDatabase(config, logger);\n```\n\n* **config**: A verdaccio configuration instance.\n* **logger**: A logger instance\n\n### LocalFS\n\nA class that handle an package instance in the File System\n\n```\nnew LocalFS(packageStoragePath, logger);\n```\n\n\n\n## License\nVerdaccio is [MIT licensed](https://github.com/verdaccio/local-storage/blob/master/LICENSE).\n\n\n[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fverdaccio%2Flocal-storage.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fverdaccio%2Flocal-storage?ref=badge_large)\n" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96200
4
+ Addedasync@3.2.3(transitive)
- Removedasync@3.2.2(transitive)
Updatedasync@3.2.3