Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-typescript

Package Overview
Dependencies
54
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.12.1 to 7.12.13

5

lib/index.js

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

removePlugin(plugins, "jsx");
parserOpts.plugins.push("typescript", "classProperties", "objectRestSpread");
parserOpts.plugins.push("typescript", "classProperties");
{
parserOpts.plugins.push("objectRestSpread");
}

@@ -41,0 +44,0 @@ if (isTSX) {

7

package.json
{
"name": "@babel/plugin-syntax-typescript",
"version": "7.12.1",
"version": "7.12.13",
"description": "Allow parsing of TypeScript syntax",

@@ -10,2 +10,3 @@ "repository": {

},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-syntax-typescript",
"license": "MIT",

@@ -21,3 +22,3 @@ "publishConfig": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
"@babel/helper-plugin-utils": "^7.12.13"
},

@@ -28,4 +29,4 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.12.1"
"@babel/core": "7.12.13"
}
}

@@ -5,3 +5,3 @@ # @babel/plugin-syntax-typescript

See our website [@babel/plugin-syntax-typescript](https://babeljs.io/docs/en/next/babel-plugin-syntax-typescript.html) for more information.
See our website [@babel/plugin-syntax-typescript](https://babeljs.io/docs/en/babel-plugin-syntax-typescript) for more information.

@@ -8,0 +8,0 @@ ## Install

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