New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@remote.it/virtual-devices

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remote.it/virtual-devices - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

7

index.js

@@ -60,2 +60,9 @@ #!/usr/bin/env node

// Error on unknown commands
program.on('command:*', function() {
console.log(`\nInvalid command: ${program.args.join(' ')}\n`)
program.outputHelp()
process.exit(1)
})
// Print help output if no options or commands are given.

@@ -62,0 +69,0 @@ if (!process.argv.slice(2).length) {

2

package.json
{
"name": "@remote.it/virtual-devices",
"version": "0.1.8",
"version": "0.1.9",
"description": "The purpose of this project is to be able to test Remote.it products and features with virtual devices. These virtual device are created from Docker containers with Alpine Linux base images and Connectd installed.",

@@ -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