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

serum-vial

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serum-vial - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

bin/serum-vial.js

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

choices: ['debug', 'info', 'warn', 'error'],
default: 'error'
default: 'info'
})

@@ -60,6 +60,7 @@ .option('test-mode', {

const suffix = argv['test-mode'] ? ' in test mode.' : ''
if (isDocker()) {
logger.log('info', `Serum Vial v${pkg.version} is running inside Docker container`)
logger.log('info', `Serum Vial v${pkg.version} is running inside Docker container${suffix}`)
} else {
logger.log('info', `Serum Vial server v${pkg.version} is running on port ${port}`)
logger.log('info', `Serum Vial server v${pkg.version} is running on port ${port}${suffix}`)
}

@@ -66,0 +67,0 @@

{
"name": "serum-vial",
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"node": ">=12"
"node": ">=15"
},

@@ -7,0 +7,0 @@ "description": "Real-time WebSocket market data API server for Serum DEX",

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