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 Compare versions

Comparing version 1.1.8 to 1.1.9

4

CHANGELOG.md

@@ -0,1 +1,5 @@

### 1.1.9 2019-10-03
- support `RestType` Nodes
### 1.1.8 2019-09-30

@@ -2,0 +6,0 @@

@@ -694,2 +694,6 @@ 'use strict';

}
if (ts.isTypeNode(node) && node.kind === ts.SyntaxKind.RestType) {
this.convertTypeNode(node.type);
return;
}
// istanbul ignore else

@@ -696,0 +700,0 @@ if (ts.isInferTypeNode(node)) {

2

package.json
{
"name": "rollup-plugin-dts",
"version": "1.1.8",
"version": "1.1.9",
"description": "An experiment to generate .d.ts rollup files",

@@ -5,0 +5,0 @@ "keywords": [

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