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

aocrunner

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aocrunner - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

1

lib/cli.js

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

const [command, ...args] = process.argv.filter((arg) => !["npm", "pnpm", "yarn", "npx", "pnpx", "run"].includes(arg)).slice(1).map((v) => v.trim());
console.dir({ command, args });
switch (String(command || "").toLowerCase()) {

@@ -10,0 +11,0 @@ case "init": {

2

lib/configs/packageJSON.js

@@ -37,3 +37,3 @@ var __defProp = Object.defineProperty;

"@types/node": "^16.11.6",
aocrunner: "^0.6.0",
aocrunner: "^0.7.0",
prettier: "^2.4.1"

@@ -40,0 +40,0 @@ },

{
"name": "aocrunner",
"version": "0.6.0",
"version": "0.7.0",
"description": "Advent of Code runner",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -14,2 +14,4 @@ #!/usr/bin/env node

console.dir({ command, args })
switch (String(command || "").toLowerCase()) {

@@ -16,0 +18,0 @@ case "init": {

@@ -21,3 +21,3 @@ import type { Setup } from "../types/common"

"@types/node": "^16.11.6",
aocrunner: "^0.6.0",
aocrunner: "^0.7.0",
prettier: "^2.4.1",

@@ -24,0 +24,0 @@ },

Sorry, the diff of this file is not supported yet

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