Socket
Socket
Sign inDemoInstall

vite-tsconfig-paths

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-tsconfig-paths - npm Package Compare versions

Comparing version 3.3.8 to 3.3.9

2

dist/index.js

@@ -188,3 +188,3 @@ "use strict";

}
if (!glob.endsWith('*')) {
if (!glob.endsWith('*') && !/\.[tj]sx?/.test(glob)) {
glob += '/**';

@@ -191,0 +191,0 @@ }

{
"name": "vite-tsconfig-paths",
"version": "3.3.8",
"version": "3.3.9",
"description": "Vite resolver for TypeScript compilerOptions.paths",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -133,3 +133,3 @@ import { dirname, isAbsolute, join, relative, resolve } from './path'

}
if (!glob.endsWith('*')) {
if (!glob.endsWith('*') && !/\.[tj]sx?/.test(glob)) {
glob += '/**'

@@ -136,0 +136,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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc