Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
awss3-deploy
Advanced tools
Deploy artefacts with aws-cli to S3
Deploys a local
directory to a dest
directory of an S3 bucket. Sets a cache-control
header to a far-future expiry (one year) for everything except index.html
, which is set to no-cache, no-store
. Archives existing dest
under a datetime directory scheme. Intended to be used as a TravisCI deploy script.
# pip install awscli
npm install --save awss3-deploy
BUCKET="mybucket" LOCAL_DIR="dist" UPLOAD_DIR="dev" ./node_modules/.bin/awss3-deploy
.travis.yml
:
before_deploy:
- export BUCKET=mybucket LOCAL_DIR=dist UPLOAD_DIR=dev
deploy:
provider: script
script: awss3-deploy
skip_cleanup: true
I think you might frequently ask questions like these
© 2016 Tom Vincent git@tlvince.com (https://tlvince.com)
Released under the MIT license.
FAQs
Deploy artefacts with aws-cli to S3
We found that awss3-deploy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.