
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@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 2 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.