Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.30 to 0.0.32

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## <small>0.0.32 (2018-07-18)</small>
* 0.0.32 ([feb94f3](https://github.com/wessberg/rollup-plugin-ts/commit/feb94f3))
* Bumped version ([e0aa7ca](https://github.com/wessberg/rollup-plugin-ts/commit/e0aa7ca))
* Updated helpers to reflect new Rollup version ([4229112](https://github.com/wessberg/rollup-plugin-ts/commit/4229112))
## <small>0.0.31 (2018-07-18)</small>
* 0.0.31 ([e946aab](https://github.com/wessberg/rollup-plugin-ts/commit/e946aab))
* Bumped deps ([18ee6f3](https://github.com/wessberg/rollup-plugin-ts/commit/18ee6f3))
* Bumped version ([9ebcb47](https://github.com/wessberg/rollup-plugin-ts/commit/9ebcb47))
## <small>0.0.30 (2018-06-30)</small>

@@ -2,0 +18,0 @@

1

dist/cjs/helpers.js

@@ -42,2 +42,3 @@ "use strict";

case "es6":
case "esm":
return typescript_1.ModuleKind.ESNext;

@@ -44,0 +45,0 @@ case "umd":

@@ -39,2 +39,3 @@ import chalk from "chalk";

case "es6":
case "esm":
return ModuleKind.ESNext;

@@ -41,0 +42,0 @@ case "umd":

16

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

@@ -43,13 +43,13 @@ "scripts": {

"husky": "latest",
"tslint": "^5.10.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-stage-3": "^7.0.0-beta.51",
"@types/node": "^10.5.0",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/preset-stage-3": "^7.0.0-beta.54",
"@types/node": "^10.5.2",
"chalk": "^2.4.1",
"rollup": "^0.62.0",
"rollup": "^0.63.2",
"rollup-pluginutils": "^2.3.0",

@@ -56,0 +56,0 @@ "tslib": "^1.9.3"

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