Socket
Socket
Sign inDemoInstall

@vuepress/shared-utils

Package Overview
Dependencies
Maintainers
2
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vuepress/shared-utils - npm Package Compare versions

Comparing version 1.0.0-alpha.19 to 1.0.0-alpha.20

3

lib/module.js

@@ -53,3 +53,4 @@ // Midified from https://github.com/vuejs/vue-cli/blob/dev/packages/@0vue/cli-shared-utils/lib/module.js

resolvedPath = resolve(request, {
paths: [context || process.cwd()]
// module.paths is for globally install packages.
paths: [context || process.cwd(), ...module.paths]
})

@@ -56,0 +57,0 @@ return resolvedPath

{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.20",
"description": "shared-utils for vuepress",

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

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