Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vitefu

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vitefu - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

package.json
{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
"version": "0.0.1",
"version": "0.1.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "type": "module",

@@ -167,3 +167,3 @@ import fs from 'node:fs/promises'

// dependency installations, such as pnpm.
if (!options.isBuild) {
if (!options.isBuild && !ssrExternal.includes(dep)) {
ssrExternal.push(dep)

@@ -182,3 +182,3 @@ }

try {
return await importMetaResolve(path.join(dep, 'package.json'), parent)
return await importMetaResolve(path.posix.join(dep, 'package.json'), parent)
} catch {}

@@ -185,0 +185,0 @@ // try default import, then walk up the directory tree

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