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

@vmm/cli

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vmm/cli - npm Package Compare versions

Comparing version 2.1.24 to 2.1.25

templates/html/src/App.vue

2

package.json
{
"name": "@vmm/cli",
"version": "2.1.24",
"version": "2.1.25",
"description": "vmm cli interface",

@@ -5,0 +5,0 @@ "author": {

@@ -85,3 +85,3 @@ const fs = require('fs-extra')

async function getLatestNpmPackage(pkg) {
return execSync(`npm view ${pkg} version`, {
return execSync(`npm_config_registry=\"https://registry.npmjs.org/\" npm view ${pkg} version`, {
encoding: "utf8"

@@ -88,0 +88,0 @@ }).trim()

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