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 0.12.0 to 0.13.0

2

dist/rollup-plugin-dts.d.ts
// FILE GENERATED BY `rollup-plugin-dts@0.12.0`
// FILE GENERATED BY `rollup-plugin-dts@0.13.0`
// https://github.com/Swatinem/rollup-plugin-dts

@@ -4,0 +4,0 @@

@@ -92,2 +92,10 @@ 'use strict';

}
if (ts.isPropertyAccessExpression(node)) {
return {
type: "MemberExpression",
computed: false,
object: convertExpression(node.expression),
property: convertExpression(node.name),
};
}
// istanbul ignore else

@@ -834,2 +842,3 @@ if (ts.isIdentifier(node)) {

const result = ts.nodeModuleNameResolver(importee, importer, parsedCompilerOptions, ts.sys);
// hm, maybe we should use `isExternalLibraryImport` at some point…
// istanbul ignore else

@@ -875,3 +884,3 @@ if (result.resolvedModule && result.resolvedModule.resolvedFileName) {

const version = "0.12.0";
const version = "0.13.0";

@@ -878,0 +887,0 @@ const TSLIB_ID = "\0tslib";

{
"name": "rollup-plugin-dts",
"version": "0.12.0",
"version": "0.13.0",
"description": "An experiment to generate .d.ts rollup files",

@@ -59,13 +59,15 @@ "keywords": [

"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.5",
"@types/node": "^11.9.4",
"@types/jest": "^24.0.6",
"@types/node": "^11.9.5",
"@types/react": "^16.8.4",
"fs-extra": "^7.0.1",
"jest": "^24.1.0",
"prettier": "^1.16.4",
"rollup": "^1.2.1",
"react": "^16.8.3",
"rollup": "^1.2.3",
"rollup-plugin-json": "^3.1.0",
"ts-jest": "^23.10.5",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslib": "^1.9.3",
"typescript": "3.3.3"
"typescript": "3.3.3333"
},

@@ -72,0 +74,0 @@ "peerDependencies": {

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