
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@danoaky/js-utils
Advanced tools
A collection of useful JavaScript utilities that I can't be stuffed copying across repos anymore.
My assortment of common utils that I've grown tired of copy pasting to every repo I create.
The build process bundles some dependencies in with the built javascript. This allows this package to have fewer dependencies when installed since they will already be present. For this reason, it's important to keep aware of what files are including external dependencies, like dayjs and moderndash.
bun i
bun run build
bun v:patch
or bun v:minor
or bun v:major
This will bump the package version, create a git tag, and run the release Github workflow.
pnpm add https://github.com/danieloakman/js-utils/releases/download/vx.x.x/package.tgz
pnpm add https://github.com/danieloakman/js-utils/releases/latest/download/package.tgz
FAQs
A collection of useful JavaScript utilities that I can't be stuffed copying across repos anymore.
The npm package @danoaky/js-utils receives a total of 63 weekly downloads. As such, @danoaky/js-utils popularity was classified as not popular.
We found that @danoaky/js-utils demonstrated a healthy version release cadence and project activity because the last version was released less than 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
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.