Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-typescript

Package Overview
Dependencies
Maintainers
5
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-typescript - npm Package Compare versions

Comparing version 7.0.0-beta.52 to 7.0.0-beta.53

4

lib/index.js

@@ -273,2 +273,6 @@ "use strict";

path.node.typeParameters = null;
},
JSXOpeningElement(path) {
path.node.typeParameters = null;
}

@@ -275,0 +279,0 @@

10

package.json
{
"name": "@babel/plugin-transform-typescript",
"version": "7.0.0-beta.52",
"version": "7.0.0-beta.53",
"description": "Transform TypeScript into ES.next",

@@ -13,4 +13,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-typescript",

"dependencies": {
"@babel/helper-plugin-utils": "7.0.0-beta.52",
"@babel/plugin-syntax-typescript": "7.0.0-beta.52"
"@babel/helper-plugin-utils": "7.0.0-beta.53",
"@babel/plugin-syntax-typescript": "7.0.0-beta.53"
},

@@ -21,5 +21,5 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "7.0.0-beta.52",
"@babel/helper-plugin-test-runner": "7.0.0-beta.52"
"@babel/core": "7.0.0-beta.53",
"@babel/helper-plugin-test-runner": "7.0.0-beta.53"
}
}
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