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

@bryan-hoang/aoc-cli

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bryan-hoang/aoc-cli - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/chunks/download.mjs

17

package.json
{
"name": "@bryan-hoang/aoc-cli",
"version": "0.1.0",
"version": "0.2.0",
"description": "An Advent of Code command-line tool",

@@ -8,4 +8,9 @@ "license": "MIT",

"type": "module",
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/aoc.js"
},
"bin": {
"aoc": "./bin/aoc.js"
"aoc": "./bin/aoc.js",
"aoc-cli": "./bin/aoc.js"
},

@@ -17,8 +22,6 @@ "files": [

"dependencies": {
"@bryan-hoang/aoc-client": "link:../aoc-client",
"citty": "0.1.6",
"consola": "3.2.3",
"debug": "4.4.0",
"env-paths": "3.0.0",
"pathe": "1.1.2"
"@bryan-hoang/aoc-client": "0.2.0"
},

@@ -28,4 +31,4 @@ "devDependencies": {

"@types/debug": "4.1.12",
"rollup": "4.28.1",
"unbuild": "2.0.0",
"typescript": "5.7.2",
"unbuild": "3.0.0-rc.11",
"unplugin-purge-polyfills": "0.0.7"

@@ -32,0 +35,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