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.29 to 0.0.30

8

CHANGELOG.md

@@ -0,1 +1,9 @@

## <small>0.0.30 (2018-06-30)</small>
* 0.0.30 ([a80fc6f](https://github.com/wessberg/rollup-plugin-ts/commit/a80fc6f))
* Bumped version ([5aa9904](https://github.com/wessberg/rollup-plugin-ts/commit/5aa9904))
* Fixed an issue where the plugin would always assume SourceMap files to be generated ([24d3b3d](https://github.com/wessberg/rollup-plugin-ts/commit/24d3b3d))
## <small>0.0.29 (2018-06-27)</small>

@@ -2,0 +10,0 @@

5

dist/cjs/index.js

@@ -207,6 +207,3 @@ "use strict";

const mapResult = emitResults.find(emitResult => emitResult.kind === i_typescript_language_service_emit_result_1.TypescriptLanguageServiceEmitResultKind.MAP);
return {
code: sourceResult.text,
map: mapResult.text
};
return Object.assign({ code: sourceResult.text }, (mapResult == null ? {} : { map: mapResult.text }));
},

@@ -213,0 +210,0 @@ /**

@@ -205,6 +205,3 @@ // tslint:disable:no-any

const mapResult = emitResults.find(emitResult => emitResult.kind === TypescriptLanguageServiceEmitResultKind.MAP);
return {
code: sourceResult.text,
map: mapResult.text
};
return Object.assign({ code: sourceResult.text }, (mapResult == null ? {} : { map: mapResult.text }));
},

@@ -211,0 +208,0 @@ /**

2

package.json
{
"name": "@wessberg/rollup-plugin-ts",
"version": "0.0.29",
"version": "0.0.30",
"description": "A Rollup plugin for Typescript",

@@ -5,0 +5,0 @@ "scripts": {

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