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

Comparing version 1.1.1 to 1.1.2

10

CHANGELOG.md

@@ -1,3 +0,11 @@

### 1.0.0 2019-06-07
### 1.1.2 2019-06-18
- normalize directory separators on windows
### 1.1.1 2019-06-16
- correctly preserve tripleslash reference directives
### 1.1.0 2019-06-07
- Re-add support for directly using `.ts` files.

@@ -4,0 +12,0 @@ - Fix type parameters with `extends` constraints.

@@ -1066,2 +1066,4 @@ 'use strict';

}
// normalize directory separators to forward slashes
importer = importer.split("\\").join("/");
// resolve this via typescript

@@ -1068,0 +1070,0 @@ const { resolvedModule } = ts.nodeModuleNameResolver(source, importer, {}, ts.sys);

16

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

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

"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@types/react": "^16.8.19",
"@types/jest": "^24.0.15",
"@types/node": "^12.0.8",
"@types/react": "^16.8.20",
"esm": "^3.2.25",

@@ -71,9 +71,9 @@ "fs-extra": "^8.0.1",

"react": "^16.8.6",
"rollup": "^1.14.5",
"rollup": "^1.15.6",
"ts-jest": "^24.0.2",
"typescript": "3.5.1"
"typescript": "3.5.2"
},
"peerDependencies": {
"rollup": "^1.14.5",
"typescript": "^3.5.1"
"rollup": "^1.15.6",
"typescript": "^3.5.2"
},

@@ -80,0 +80,0 @@ "optionalDependencies": {

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