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.4.6 to 1.4.7

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 1.4.7 2020-05-22
- Fix AST incompatibility with rollup.
- Override `noEmit` option to correctly generate intermediate artifacts.
### 1.4.6 2020-05-17

@@ -2,0 +7,0 @@

2

dist/rollup-plugin-dts.js

@@ -222,2 +222,3 @@ 'use strict';

// Skip ".js" generation
noEmit: false,
emitDeclarationOnly: true,

@@ -1155,2 +1156,3 @@ // Skip code generation when error occurs

source,
exported: null
}, node));

@@ -1157,0 +1159,0 @@ }

10

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

@@ -64,4 +64,4 @@ "keywords": [

"@types/estree": "0.0.44",
"@types/fs-extra": "^8.1.0",
"@types/jest": "^25.2.1",
"@types/fs-extra": "^9.0.0",
"@types/jest": "^25.2.2",
"@types/node": "^14.0.1",

@@ -74,3 +74,3 @@ "@types/react": "^16.9.35",

"react": "^16.13.1",
"rollup": "2.10.0",
"rollup": "2.10.2",
"ts-jest": "^25.5.1",

@@ -80,3 +80,3 @@ "typescript": "3.9.2"

"peerDependencies": {
"rollup": "^2.10.0",
"rollup": "^2.10.2",
"typescript": "^3.9.2"

@@ -83,0 +83,0 @@ },

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