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

@serieseight/cli

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serieseight/cli - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

commands/upgrade.js

2

commands/hello.js

@@ -29,4 +29,4 @@ const chalk = require('chalk')

console.log(`
Yay, it's ${chalk.bold.green(user)}! My favourie team member.`)
Yay, it's ${chalk.bold.green(user)}! My favourite team member.`)
})
}

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

const helpCmd = require('./commands/help')
const upgradeCmd = require('./commands/upgrade')
const versionCmd = require('./commands/version')

@@ -23,2 +24,6 @@

case 'upgrade':
upgradeCmd(args)
break
case 'hello':

@@ -25,0 +30,0 @@ helloCmd(args)

@@ -48,3 +48,3 @@ {

},
"version": "1.3.0"
"version": "1.4.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