verdaccio-aws-s3-storage
Advanced tools
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" | ||
} | ||
} |
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
91839
24
+ Added@verdaccio/commons-api@10.0.1(transitive)
- Removed@verdaccio/commons-api@10.0.0(transitive)