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

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 Versions

1
8

1.4.7

Diff

Changelog

Source

1.4.7 2020-05-22

  • Fix AST incompatibility with rollup.
  • Override noEmit option to correctly generate intermediate artifacts.
swatinem
published 1.4.6 •

Changelog

Source

1.4.6 2020-05-17

  • Ignore/Remove EmptyStatements.
  • Strip file extensions for import/re-export statements when using multiple entry points.
swatinem
published 1.4.5 •

swatinem
published 1.4.4 •

Changelog

Source

1.4.4 2020-05-17

  • Add support for ImportEquals (import foo = require("bar");).
  • Work around rollup not stripping the complete .d.ts extension for entryFileNames [name] placeholder.
swatinem
published 1.4.3 •

Changelog

Source

1.4.3 2020-05-13

  • Fixes to work with newest rollup.
swatinem
published 1.4.2 •

Changelog

Source

1.4.2 2020-05-10

  • Reorder same-named declarations.
swatinem
published 1.4.1 •

Changelog

Source

1.4.1 2020-05-08

  • Add support for export * as foo declarations.
swatinem
published 1.4.0 •

Changelog

Source

1.4.0 2020-04-11

  • Fix renaming of MemberExpressions.
  • Make modifier rewriting more resilient to missing declare modifier.
  • Support TS path-mapping via compilerOptions.
swatinem
published 1.3.0 •

Changelog

Source

1.3.0 2020-03-11

  • support rollup > 2
  • correctly output declare global and module "foo" declarations.
swatinem
published 1.2.1 •

Changelog

Source

1.2.1 2020-01-26

  • try to correctly resolve .d.ts files when building .ts files
  • fix using literals for computed properties
  • ignore export as namespace declarations
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