Socket
Socket
Sign inDemoInstall

@babel/plugin-syntax-typescript

Package Overview
Dependencies
Maintainers
4
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 7.24.7 to 7.25.4

4

lib/index.js

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

removePlugin(plugins, "jsx");
plugins.push("objectRestSpread", "classProperties");
{
plugins.push("objectRestSpread", "classProperties");
}
if (isTSX) {

@@ -45,0 +47,0 @@ plugins.push("jsx");

{
"name": "@babel/plugin-syntax-typescript",
"version": "7.24.7",
"version": "7.25.4",
"description": "Allow parsing of TypeScript syntax",

@@ -21,3 +21,3 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.24.7"
"@babel/helper-plugin-utils": "^7.24.8"
},

@@ -28,3 +28,3 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/helper-plugin-test-runner": "^7.24.7"

@@ -31,0 +31,0 @@ },

@@ -15,4 +15,7 @@ /* This file is automatically generated by scripts/generators/tsconfig.js */

"path": "../../packages/babel-helper-plugin-utils"
},
{
"path": "../../packages/babel-core"
}
]
}

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