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

install-vue-canary

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

install-vue-canary - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -162,3 +162,3 @@ #!/usr/bin/env node

// write pkg back
writeFileSync(packageJsonPath, JSON.stringify(pkg, undefined, 2), 'utf-8')
writeFileSync(packageJsonPath, JSON.stringify(pkg, undefined, 2) + '\n', 'utf-8')

@@ -179,4 +179,4 @@ // prompt & run install

} catch (e) {
s.stop(pico.red('Installation failed'))
log.error(e.stderr || e.message)
s.stop(pico.red('Installation failed'))
process.exit(1)

@@ -183,0 +183,0 @@ }

{
"name": "install-vue-canary",
"version": "0.0.3",
"version": "0.0.4",
"description": "Install the canary version of Vue in the project",

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

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