Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rsnuxt/utils

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

@rsnuxt/utils - npm Package Compare versions

Comparing version
0.2.0
to
0.2.2-alpha.0
+4
-1
dist/utils.js
/*!
* @rsnuxt/utils v0.1.3 (c) 2016-2025
* @rsnuxt/utils v0.2.0 (c) 2016-2025
* Released under the MIT License

@@ -633,2 +633,5 @@ * Repository: https://github.com/nuxt/nuxt.js

}
if (id === "@rsnuxt/builder") {
console.log(id, global.__NUXT_PREPATHS__, paths, global.__NUXT_PATHS__, process.cwd());
}
return _require.resolve(id, {

@@ -635,0 +638,0 @@ paths: [].concat(...global.__NUXT_PREPATHS__ || [], paths || [], global.__NUXT_PATHS__ || [], process.cwd())

+2
-2
{
"name": "@rsnuxt/utils",
"version": "0.2.0",
"version": "0.2.2-alpha.0",
"repository": {

@@ -34,3 +34,3 @@ "type": "git",

},
"gitHead": "b2382bc9cd00e4a197a694d09a38e15cc8fba281"
"gitHead": "c30b9b20285d3e1606170f8d0f14db694617802a"
}