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.21.4 to 7.21.5

4

lib/index.js

@@ -70,2 +70,3 @@ 'use strict';

allExtensions,
ignoreExtensions,
allowNamespaces,

@@ -95,4 +96,5 @@ disallowAmbiguousJSXLike,

};
const disableExtensionDetect = allExtensions || ignoreExtensions;
return {
overrides: allExtensions ? [{
overrides: disableExtensionDetect ? [{
plugins: getPlugins(isTSX, disallowAmbiguousJSXLike)

@@ -99,0 +101,0 @@ }] : [{

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

@@ -20,6 +20,6 @@ "repository": {

"dependencies": {
"@babel/helper-plugin-utils": "^7.20.2",
"@babel/helper-plugin-utils": "^7.21.5",
"@babel/helper-validator-option": "^7.21.0",
"@babel/plugin-syntax-jsx": "^7.21.4",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-modules-commonjs": "^7.21.5",
"@babel/plugin-transform-typescript": "^7.21.3"

@@ -31,3 +31,3 @@ },

"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/core": "^7.21.5",
"@babel/helper-plugin-test-runner": "^7.18.6"

@@ -34,0 +34,0 @@ },

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