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 4.0.0-alpha.2 to 4.0.0-alpha.3

2

dist/index.js

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

skip(dir) {
return dir != "node_modules" && dir != ".git";
return dir == "node_modules" || dir == ".git";
}

@@ -278,0 +278,0 @@ });

{
"name": "vite-tsconfig-paths",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"description": "Vite resolver for TypeScript compilerOptions.paths",

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

@@ -277,5 +277,5 @@ import { basename, dirname, isAbsolute, join, relative } from './path'

skip(dir) {
return dir != 'node_modules' && dir != '.git'
return dir == 'node_modules' || dir == '.git'
},
})
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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