
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@bleyt-hq-pay/core-ts
Advanced tools
Core ts is a library that contains common functionalities required by all nestjs services. Would be published and consumed via NPM.
$ npm i @bleyt-hq-pay/core-ts
import { sample } from '@bleyt-hq-pay/core-ts';
...
sample()
...
npm start
builds to /dist
and runs the project in watch mode so any edits you save inside src
causes a rebuild to /dist
.
To do a one-off build, use npm run build
or yarn build
.
To run tests, use npm test
or yarn test
.
$ npm run package
$ cd dist/libs/core-ts
$ npm publish --access public
FAQs
## Core Ts
The npm package @bleyt-hq-pay/core-ts receives a total of 0 weekly downloads. As such, @bleyt-hq-pay/core-ts popularity was classified as not popular.
We found that @bleyt-hq-pay/core-ts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.