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.16 to 0.0.17

9

CHANGELOG.md

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

<a name="0.0.17"></a>
## <small>0.0.17 (2018-05-30)</small>
* 0.0.17 ([1eb2876](https://github.com/wessberg/rollup-plugin-ts/commit/1eb2876))
* Added support for the 'legacy' decorators babel plugin ([a2aff43](https://github.com/wessberg/rollup-plugin-ts/commit/a2aff43))
* Bumped version ([d8b4e0e](https://github.com/wessberg/rollup-plugin-ts/commit/d8b4e0e))
<a name="0.0.16"></a>

@@ -2,0 +11,0 @@ ## <small>0.0.16 (2018-05-28)</small>

5

dist/cjs/helpers.js

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

],
plugins: additionalPlugins
plugins: [
...additionalPlugins,
["@babel/plugin-proposal-decorators", { legacy: true }]
]
};

@@ -207,0 +210,0 @@ }

@@ -194,3 +194,6 @@ import chalk from "chalk";

],
plugins: additionalPlugins
plugins: [
...additionalPlugins,
["@babel/plugin-proposal-decorators", { legacy: true }]
]
};

@@ -197,0 +200,0 @@ }

3

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

@@ -48,2 +48,3 @@ "scripts": {

"@babel/core": "^7.0.0-beta.49",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.49",
"@babel/preset-env": "^7.0.0-beta.49",

@@ -50,0 +51,0 @@ "@babel/preset-stage-3": "^7.0.0-beta.49",

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