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.
define a lambda.config.js
file and call lambda
or lambda deploy
Still in early stage!!
module.exports = {
service: 'service_name', //used by serverless
region: 'eu-central-1', //used by serverless
bucket: 's3://your-bucket-name/folder', //S3 bucket to store your static assets
variables: { //global environment variables for your lambda functions
FOO: 'bar',
BAR: process.env.BAR
},
functions: [
'./path/to/your/function', //with or without .js -> uses require() internally
],
output: {
path: 'dist/' //output directory
},
views: {
path: './src/views/', //path with your handlebar templates
helper: './src/views/helper/', //handlebar helpers dir
layouts: './src/views/layouts/', //layouts dir
client: { //entry files for global scripts
base: './src/client.js'
}
},
//assets directory
assets: 'assets/'
}
FAQs
Create webpack and serverless config files from your lambda definitions
The npm package franz receives a total of 8 weekly downloads. As such, franz popularity was classified as not popular.
We found that franz 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.