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

spacecraft-app-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spacecraft-app-cli - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

23

dist/cli.js

@@ -64,2 +64,23 @@ "use strict";

});
this.keyListener.bindEvent({
keyName: 'h',
handler: function () {
console.log(`
Start => Earth(0, 0)
Goal => Moon(0, 250)
Once Launched, the Ship moves Forward
W -> Increase Forward Speed
S -> Decrease Forward Speed
A -> Move Left
D -> Move Right
Max Speed - 5 speedunit
Min Speed - 1 speedunit (after leaving (0, 0))
Press H -> Show the Ship Reference Manual
Press CTRL + C to Exit
`);
}
});
}

@@ -69,3 +90,3 @@ start() {

console.log(rocket_1.default);
this.output.write('(0, 0) ready for launch\n');
this.output.write('(0, 0) ready for launch\nPress H to Show Help\n');
}

@@ -72,0 +93,0 @@ launch() {

2

package.json
{
"name": "spacecraft-app-cli",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple CLI Project to solve the Spacecraft problem with typescript",

@@ -5,0 +5,0 @@ "main": "bin/spacecraft-app-cli.js",

Sorry, the diff of this file is not supported yet

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