Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@bitwala/sentry-serverless
Advanced tools
Sentry wrapper for serverless functions.
This project was bootstrapped with TSDX.
yarn add @bitwala/sentry-serverless
import * as Sentry from '@sentry/node';
import { sentryHandler } from '@bitwala/sentry-serverless';
Sentry.init({
dsn: 'YOUR DSN',
});
// Your entry point for the serverless function
export const hello = sentryHandler(async event => {
throw new Error('asd');
});
// You can also pass some options that will be forwarded to sentry
export const hello = sentryHandler(
async event => {
throw new Error('asd');
},
{
// Will be set using the sentry "setTags" method
tags: { myTag: 'myValue' },
}
);
yarn start
Runs the project in development/watch mode. Your project will be rebuilt upon changes. TSDX has a special logger for you convenience. Error messages are pretty printed and formatted for compatibility VS Code's Problems tab.
yarn build
Bundles the package to the dist
folder.
The package is optimized and bundled with Rollup into multiple formats (CommonJS, UMD, and ES Module).
yarn test
Runs the test watcher (Jest) in an interactive mode.
We use np to release the package.
yarn release
FAQs
Sentry wrapper for serverless functions.
The npm package @bitwala/sentry-serverless receives a total of 10 weekly downloads. As such, @bitwala/sentry-serverless popularity was classified as not popular.
We found that @bitwala/sentry-serverless demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.