Socket
Socket
Sign inDemoInstall

vue-demi

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-demi - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "vue-demi",
"version": "0.1.8",
"version": "0.1.9",
"main": "lib/index.cjs.js",

@@ -5,0 +5,0 @@ "typings": "lib/index.d.ts",

@@ -1,2 +0,2 @@

const { execSync } = require('child_process')
const { exec } = require('child_process')
const fs = require('fs')

@@ -27,3 +27,3 @@ const path = require('path')

names = Array.isArray(names) ? names : [names]
execSync(`${command} ${names.join(' ')}`, { stdio: 'inherit', cwd: userRoot })
exec(`${command} ${names.join(' ')}`, { stdio: 'inherit', cwd: userRoot })
}

@@ -30,0 +30,0 @@

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