hydrogen-boosted-engine
Advanced tools
Comparing version 0.0.1 to 0.0.2
export class Engine { | ||
constructor(logger) { | ||
this.logger = logger; | ||
} | ||
start() { | ||
console.log('Starting hydrogen-boosted engine!'); | ||
this.logger.info('Starting hydrogen-boosted engine!'); | ||
} | ||
} |
{ | ||
"name": "hydrogen-boosted-engine", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An engine for the batmobile!", | ||
@@ -5,0 +5,0 @@ "main": "engine.js", |
Sorry, the diff of this file is not supported yet
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
14426
7