Socket
Socket
Sign inDemoInstall

verdaccio-aws-s3-storage

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verdaccio-aws-s3-storage - npm Package Compare versions

Comparing version 8.0.0 to 8.0.1-next.1

21

CHANGELOG.md

@@ -6,2 +6,23 @@ # Change Log

## [8.0.1-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.1-next.0...v8.0.1-next.1) (2019-08-29)
**Note:** Version bump only for package verdaccio-aws-s3-storage
## [8.0.1-next.0](https://github.com/verdaccio/monorepo/compare/v8.0.0...v8.0.1-next.0) (2019-08-29)
### Bug Fixes
* **package:** update aws-sdk to version 2.516.0 ([82f7117](https://github.com/verdaccio/monorepo/commit/82f7117))
* **package:** update aws-sdk to version 2.517.0 ([39183eb](https://github.com/verdaccio/monorepo/commit/39183eb))
* **package:** update aws-sdk to version 2.518.0 ([c4f18a6](https://github.com/verdaccio/monorepo/commit/c4f18a6))
# [8.0.0](https://github.com/verdaccio/verdaccio-aws-s3-storage/compare/v8.0.0-next.4...v8.0.0) (2019-08-22)

@@ -8,0 +29,0 @@

57

package.json
{
"name": "verdaccio-aws-s3-storage",
"version": "8.0.0",
"description": "aws s3 storage implementation",
"version": "8.0.1-next.1",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
"aws",
"plugin"
"plugin",
"storage",
"aws"
],
"engines": {
"node": ">=8"
},
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"homepage": "https://verdaccio.org",
"repository": {
"type": "git",
"url": "https://github.com/verdaccio/verdaccio-aws-s3-storage.git"
"url": "https://github.com/verdaccio/monorepo",
"directory": "plugins/aws-s3-storage"
},
"bugs": {
"url": "https://github.com/verdaccio/verdaccio-aws-s3-storage/issues"
"url": "https://github.com/verdaccio/monorepo/issues"
},
"main": "lib/index.js",
"scripts": {
"coverage:publish": "codecov --root=../../ -F plugins",
"test": "jest",
"lint": "eslint \"**/*.{js,ts}\"",
"lint:stage": "lint-staged",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --emitDeclarationOnly",
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\""
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"engines": {
"node": ">=8"
},

@@ -37,19 +33,22 @@ "dependencies": {

"@verdaccio/streams": "^2.0.0",
"aws-sdk": "2.515.0"
"aws-sdk": "2.518.0"
},
"devDependencies": {
"@types/aws-sdk": "2.7.0",
"@verdaccio/babel-preset": "^8.0.0",
"@verdaccio/eslint-config": "^8.0.0",
"@verdaccio/babel-preset": "^8.0.1-next.1",
"@verdaccio/eslint-config": "^8.0.1-next.1",
"@verdaccio/types": "^5.3.0",
"cross-env": "5.2.0",
"recursive-readdir": "2.2.2"
},
"lint-staged": {
"**/*.{js,ts}": [
"eslint --fix",
"git add"
]
"scripts": {
"build": "npm run build:types && npm run build:js",
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\"",
"build:types": "tsc --emitDeclarationOnly",
"coverage:publish": "codecov --root=../../ -F plugins",
"lint": "eslint \"**/*.{js,ts}\"",
"test": "jest",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"gitHead": "2a8ce693d280e7eebafa006f76c17aff7cecce6e"
"gitHead": "fc56542469374249295edef5956c86aacc6886e8"
}
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