Socket
Socket
Sign inDemoInstall

babel-preset-proposal-typescript

Package Overview
Dependencies
87
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [1.4.4](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.3...v1.4.4) (2019-10-09)
### Bug Fixes
* check typeof decoratorsBeforeExport ([336dc46](https://github.com/rx-ts/babel-preset-proposal-typescript/commit/336dc4613f188b7a3250ab33acc3bbbddf82f996))
### [1.4.3](https://github.com/rx-ts/babel-preset-proposal-typescript/compare/v1.4.2...v1.4.3) (2019-10-09)

@@ -7,0 +14,0 @@

7

lib/cjs.js

@@ -39,6 +39,7 @@ 'use strict';

syntaxDecorators,
{
Object.assign({
legacy: decoratorsLegacy,
}, typeof decoratorsBeforeExport === 'boolean' && {
decoratorsBeforeExport: decoratorsBeforeExport,
legacy: decoratorsLegacy,
},
}),
],

@@ -45,0 +46,0 @@ syntaxDynamicImport,

@@ -35,6 +35,7 @@ import syntaxDecorators from '@babel/plugin-syntax-decorators';

syntaxDecorators,
{
Object.assign({
legacy: decoratorsLegacy,
}, typeof decoratorsBeforeExport === 'boolean' && {
decoratorsBeforeExport,
legacy: decoratorsLegacy,
},
}),
],

@@ -41,0 +42,0 @@ syntaxDynamicImport,

@@ -35,6 +35,7 @@ import syntaxDecorators from '@babel/plugin-syntax-decorators';

syntaxDecorators,
{
Object.assign({
legacy: decoratorsLegacy,
}, typeof decoratorsBeforeExport === 'boolean' && {
decoratorsBeforeExport: decoratorsBeforeExport,
legacy: decoratorsLegacy,
},
}),
],

@@ -41,0 +42,0 @@ syntaxDynamicImport,

{
"name": "babel-preset-proposal-typescript",
"version": "1.4.3",
"version": "1.4.4",
"description": "Yet another Babel preset for TypeScript, only transforms proposals which TypeScript does not support now.",

@@ -5,0 +5,0 @@ "repository": "git@github.com/rx-ts/babel-preset-proposal-typescript.git",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc