
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@anymud/bun-plugin-dts
Advanced tools
This plugin for Bun.build leverages `dts-bundle-generator` to automatically generate TypeScript definition files (`.d.ts`) for your Bun projects. It simplifies the process of creating and managing TypeScript definitions, ensuring your Bun-based applicatio
This plugin for Bun.build leverages dts-bundle-generator to automatically generate TypeScript definition files (.d.ts) for your Bun projects. It simplifies the process of creating and managing TypeScript definitions, ensuring your Bun-based applications are strongly typed and easier to develop with TypeScript support.
.d.ts File Generation: Easily generate definition files for your entire project.To install @anymud/bun-plugin-dts, run the following command in your project directory:
bun add @anymud/bun-plugin-dts
After installation, configure the plugin in your bun.config.js or bun.config.ts file. Here's a basic example to get you started:
// bun.config.js
export default {
plugins: [
require('@anymud/bun-plugin-dts')({
// Configuration options here
}),
],
};
Here are some of the configuration options you can use to customize the behavior of the @anymud/bun-plugin-dts plugin:
entry: Specify the entry file(s) of your project from which to generate definition files.outDir: Define the output directory for the generated .d.ts files.dts-bundle-generator can be specified here.Provide an example of how to set up a basic configuration, highlighting any project-specific considerations.
Contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.
Specify the license under which your plugin is released, typically MIT.
FAQs
This Bun.build plugin leverages `dts-bundle-generator` to automatically generate TypeScript definition files (`.d.ts`) for projects. It's designed to make your development process smoother by ensuring your project is strongly typed with TypeScript support
The npm package @anymud/bun-plugin-dts receives a total of 10 weekly downloads. As such, @anymud/bun-plugin-dts popularity was classified as not popular.
We found that @anymud/bun-plugin-dts 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.