Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
serverless-package-plugin
Advanced tools
Serverless Package Plugin - Allow packaging functions without deployment
This plugin adds function packaging to Serverless 0.5.x.
The plugin lets you package your functions without the need to deploy.
Install the plugin module.
npm install serverless-package-plugin
will install the latest version of the plugin.
If you want to debug, you also can reference the source repository at a specific version or branch
with npm install https://github.com/HyperBrain/serverless-package-plugin#<tag or branch name>
Activate the plugin in your Serverless project.
Add serverless-package-plugin
to the plugins array in your s-project.json
.
{
"name": "testp1",
"custom": {},
"plugins": [
"serverless-package-plugin"
]
}
The plugin adds some new commands to Serverless: serverless package XXXXXX
Creates the packaged functions. The function runtime will be used, so any standard
runtime (nodejs, nodejs4.3, python) and 3rd party runtimes (babel) and all plugins
are supported (serverless-optimizer-plugin).
The options are the same as with function deploy
with the exception of the -t switch.
FAQs
Serverless Package Plugin - Allow packaging functions without deployment
We found that serverless-package-plugin 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
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.