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

verdaccio-aws-s3-storage

Package Overview
Dependencies
Maintainers
2
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 10.1.1 to 10.1.2

102

package.json
{
"name": "verdaccio-aws-s3-storage",
"version": "10.1.1",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
"plugin",
"storage",
"aws"
],
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"homepage": "https://verdaccio.org",
"repository": {
"type": "git",
"url": "https://github.com/verdaccio/monorepo",
"directory": "plugins/aws-s3-storage"
},
"bugs": {
"url": "https://github.com/verdaccio/monorepo/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"engines": {
"node": ">=10"
},
"dependencies": {
"@verdaccio/commons-api": "10.0.0",
"@verdaccio/streams": "10.0.0",
"aws-sdk": "^2.607.0"
},
"devDependencies": {
"@verdaccio/types": "10.0.0",
"recursive-readdir": "2.2.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"scripts": {
"clean": "rimraf ./build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
"type-check": "tsc --noEmit -p tsconfig.build.json",
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build:js": "babel src/ --out-dir lib/ --copy-files --extensions \".ts,.tsx\" --source-maps",
"watch": "pnpm build:js -- --watch",
"build": "pnpm run build:js && pnpm run build:types"
}
}
"name": "verdaccio-aws-s3-storage",
"version": "10.1.2",
"description": "AWS S3 storage implementation for Verdaccio",
"keywords": [
"verdaccio",
"plugin",
"storage",
"aws"
],
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"homepage": "https://verdaccio.org",
"repository": {
"type": "git",
"url": "https://github.com/verdaccio/monorepo",
"directory": "plugins/aws-s3-storage"
},
"bugs": {
"url": "https://github.com/verdaccio/monorepo/issues"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/"
],
"engines": {
"node": ">=10"
},
"dependencies": {
"@verdaccio/commons-api": "10.0.1",
"@verdaccio/streams": "10.0.0",
"aws-sdk": "^2.607.0"
},
"devDependencies": {
"@verdaccio/types": "10.0.0",
"recursive-readdir": "2.2.2"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"scripts": {
"clean": "rimraf ./build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
"type-check": "tsc --noEmit -p tsconfig.build.json",
"build:types": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build:js": "babel src/ --out-dir lib/ --copy-files --extensions \".ts,.tsx\" --source-maps",
"watch": "pnpm build:js -- --watch",
"build": "pnpm run build:js && pnpm run build:types"
}
}
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