Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rollup-plugin-dts

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-dts - npm Package Compare versions

Comparing version 5.0.0 to 5.1.0

4

dist/rollup-plugin-dts.d.ts

@@ -18,2 +18,6 @@ import { PluginImpl } from 'rollup';

compilerOptions?: ts.CompilerOptions;
/**
* Path to tsconfig.json, by default, will try to load 'tsconfig.json'
*/
tsconfig?: string;
}

@@ -20,0 +24,0 @@ declare const plugin: PluginImpl<Options>;

4

package.json
{
"name": "rollup-plugin-dts",
"version": "5.0.0",
"version": "5.1.0",
"description": "A rollup plugin that will bundle up your .d.ts definition files.",

@@ -59,3 +59,3 @@ "keywords": [

"c8": "^7.12.0",
"fs-extra": "^10.1.0",
"fs-extra": "^11.1.0",
"rimraf": "^3.0.2",

@@ -62,0 +62,0 @@ "rollup": "3.1.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc