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 1.2.4 to 1.2.5

2

lib/actions/dev.js

@@ -80,4 +80,4 @@ import fs from "fs";

fs.writeFileSync(inputPath, "");
getInput(config.year, dayNum, inputPath);
}
getInput(config.year, dayNum, inputPath);
const files = getAllFiles("src");

@@ -84,0 +84,0 @@ if (config.language === "ts") {

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

"@types/node": "^16.11.6",
aocrunner: "^1.2.4",
aocrunner: "^1.2.5",
prettier: "^2.4.1"

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

{
"name": "aocrunner",
"version": "1.2.4",
"version": "1.2.5",
"description": "Advent of Code runner",

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

@@ -103,5 +103,6 @@ import fs from "fs"

fs.writeFileSync(inputPath, "")
getInput(config.year, dayNum, inputPath)
}
getInput(config.year, dayNum, inputPath)
const files = getAllFiles("src")

@@ -108,0 +109,0 @@

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

"@types/node": "^16.11.6",
aocrunner: "^1.2.4",
aocrunner: "^1.2.5",
prettier: "^2.4.1",

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