🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@babel/plugin-transform-typescript

Package Overview
Dependencies
Maintainers
4
Versions
145
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

to
7.27.0

8

lib/enum.js

@@ -129,5 +129,7 @@ "use strict";

if (seen.has(name)) {
for (let curScope = expr.scope; curScope !== path.scope; curScope = curScope.parent) {
if (curScope.hasOwnBinding(name)) {
return;
{
for (let curScope = expr.scope; curScope !== path.scope; curScope = curScope.parent) {
if (curScope.hasOwnBinding(name)) {
return;
}
}

@@ -134,0 +136,0 @@ }

{
"name": "@babel/plugin-transform-typescript",
"version": "7.26.8",
"version": "7.27.0",
"description": "Transform TypeScript into ES.next",

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

"@babel/helper-annotate-as-pure": "^7.25.9",
"@babel/helper-create-class-features-plugin": "^7.25.9",
"@babel/helper-create-class-features-plugin": "^7.27.0",
"@babel/helper-plugin-utils": "^7.26.5",

@@ -31,6 +31,6 @@ "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",

"devDependencies": {
"@babel/core": "^7.26.8",
"@babel/core": "^7.26.10",
"@babel/helper-plugin-test-runner": "^7.25.9",
"@babel/traverse": "^7.26.8",
"@babel/types": "^7.26.8"
"@babel/traverse": "^7.27.0",
"@babel/types": "^7.27.0"
},

@@ -37,0 +37,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript",

Sorry, the diff of this file is not supported yet