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

aoctimer

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aoctimer - npm Package Compare versions

Comparing version 3.0.4 to 3.1.0

9

package.json
{
"name": "aoctimer",
"version": "3.0.4",
"version": "3.1.0",
"description": "AoC TIMER - compare your AoC solutions with others",

@@ -28,7 +28,6 @@ "repository": "https://github.com/caderek/aoctimer",

"devDependencies": {
"@types/node": "^14.17.33",
"gramma": "^1.6.0",
"pkg": "^5.4.1",
"typescript": "^4.4.4"
"@types/node": "^18.11.10",
"pkg": "^5.8.0",
"typescript": "^4.9.3"
}
}

@@ -166,6 +166,5 @@ # AoC TIMER

You can save the output of the commands to the file, using standard command-line piping:
You can save the output of the commands to the file, using standard command-line piping (Bash / zsh / fish / PowerShell):
```sh
# Save summary (Bash / zsh / fish):
aoctimer summary > MY_FILE.txt

@@ -172,0 +171,0 @@ ```

@@ -61,3 +61,4 @@ import { spawnSync, execSync } from "child_process"

if (time !== null) {
runStats(time, day)
const data = runStats(time, day)
console.log(views.day(day, data))
process.exit()

@@ -64,0 +65,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