Socket
Socket
Sign inDemoInstall

@babel/preset-typescript

Package Overview
Dependencies
64
Maintainers
4
Versions
84
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.23.0 to 7.23.2

2

lib/index.js

@@ -83,3 +83,3 @@ 'use strict';

if (kind === "value" && source && /[\\/]/.test(source.value)) {
source.value = source.value.replace(/(\.[mc]?)ts$/, "$1js");
source.value = source.value.replace(/(\.[mc]?)ts$/, "$1js").replace(/\.tsx$/, ".js");
}

@@ -86,0 +86,0 @@ }

{
"name": "@babel/preset-typescript",
"version": "7.23.0",
"version": "7.23.2",
"description": "Babel preset for TypeScript.",

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

Sorry, the diff of this file is not supported yet

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