You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-typescript

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.19.0 to 7.19.1

4

lib/index.js

@@ -25,3 +25,2 @@ "use strict";

case "TSTypeReference":
case "TSQualifiedName":
case "TSExpressionWithTypeArguments":

@@ -31,2 +30,5 @@ case "TSTypeQuery":

case "TSQualifiedName":
return path.parentPath.findParent(path => path.type !== "TSQualifiedName").type !== "TSImportEqualsDeclaration";
case "ExportSpecifier":

@@ -33,0 +35,0 @@ return path.parentPath.parent.exportKind === "type";

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

@@ -28,5 +28,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@babel/helper-plugin-test-runner": "^7.18.6",
"@babel/traverse": "^7.19.0",
"@babel/traverse": "^7.19.1",
"@babel/types": "^7.19.0"

@@ -33,0 +33,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc