Socket
Socket
Sign inDemoInstall

@wessberg/rollup-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/rollup-plugin-ts - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/cjs/i-generate-options.d.ts

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name="0.0.10"></a>
## <small>0.0.10 (2018-04-25)</small>
* 0.0.10 ([641c499](https://github.com/wessberg/rollup-plugin-ts/commit/641c499))
* Bumped version ([c83c938](https://github.com/wessberg/rollup-plugin-ts/commit/c83c938))
* Updated to Rollup v0.58.2 ([1ccc96f](https://github.com/wessberg/rollup-plugin-ts/commit/1ccc96f))
<a name="0.0.9"></a>

@@ -2,0 +11,0 @@ ## <small>0.0.9 (2018-04-18)</small>

3

dist/cjs/index.js

@@ -60,4 +60,5 @@ "use strict";

return;
const normalizedModules = outputOptions.bundle != null ? outputOptions.bundle.modules : outputOptions.usedModules;
// Take all of the generated Ids
const generatedIds = new Set(outputOptions.bundle.modules.map(module => helpers_1.ensureRelative(root, module.id)));
const generatedIds = new Set(normalizedModules.map(module => helpers_1.ensureRelative(root, module.id)));
// Clear all file names from the Set of transformed file names that has since been removed from Rollup compilation

@@ -64,0 +65,0 @@ const removedFileNames = new Set();

@@ -58,4 +58,5 @@ // tslint:disable:no-any

return;
const normalizedModules = outputOptions.bundle != null ? outputOptions.bundle.modules : outputOptions.usedModules;
// Take all of the generated Ids
const generatedIds = new Set(outputOptions.bundle.modules.map(module => ensureRelative(root, module.id)));
const generatedIds = new Set(normalizedModules.map(module => ensureRelative(root, module.id)));
// Clear all file names from the Set of transformed file names that has since been removed from Rollup compilation

@@ -62,0 +63,0 @@ const removedFileNames = new Set();

{
"name": "@wessberg/rollup-plugin-ts",
"version": "0.0.9",
"version": "0.0.10",
"description": "A Rollup plugin for Typescript",

@@ -44,8 +44,8 @@ "scripts": {

"tslint": "^5.9.1",
"typescript": "^2.8.1"
"typescript": "^2.8.3"
},
"dependencies": {
"@types/node": "^9.6.5",
"@types/node": "^9.6.6",
"chalk": "^2.4.0",
"rollup": "^0.58.1",
"rollup": "^0.58.2",
"rollup-pluginutils": "^2.0.1",

@@ -52,0 +52,0 @@ "tslib": "^1.9.0"

Sorry, the diff of this file is not supported yet

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