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.5.1 to 3.5.2

dist/index.d.mts

2

dist/index.d.ts

@@ -37,2 +37,2 @@ import { Plugin } from 'vite';

export { _default as default };
export { PluginOptions, _default as default };
{
"name": "vite-tsconfig-paths",
"version": "3.5.1",
"version": "3.5.2",
"description": "Vite resolver for TypeScript compilerOptions.paths",

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

"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},

@@ -17,3 +19,3 @@ "author": "aleclarson",

"scripts": {
"clean": "rimraf dist/*",
"clean": "rimraf dist && git checkout HEAD dist",
"dev": "yarn bundle --watch",

@@ -20,0 +22,0 @@ "build": "yarn clean && yarn bundle",

@@ -20,2 +20,4 @@ import { basename, dirname, isAbsolute, join, relative, resolve } from './path'

export type { PluginOptions }
export default (opts: PluginOptions = {}): Plugin => {

@@ -22,0 +24,0 @@ let resolvers: Resolver[]

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