Socket
Socket
Sign inDemoInstall

vite-plugin-resolve

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-resolve - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

6

index.js

@@ -1,3 +0,3 @@

import fs from 'node:fs';
import path from 'node:path';
const fs = require('fs');
const path = require('path');

@@ -7,3 +7,3 @@ /**

*/
export default function resolve(resolves = {}, options = {}) {
module.exports = function resolve(resolves = {}, options = {}) {
let { dir = '.vite-plugin-resolve' } = options;

@@ -10,0 +10,0 @@ let root = process.cwd();

{
"name": "vite-plugin-resolve",
"version": "1.7.0",
"version": "1.8.0",
"description": "Custom resolve module content.",

@@ -18,7 +18,3 @@ "main": "index.js",

"vite-plugin-resolve"
],
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
}
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc