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.3 to 1.2.4

2

lib/configs/packageJSON.js

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

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

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

@@ -57,3 +57,3 @@ import fs from "fs";

}
console.log(`Total time: ${totalTime}ms`);
console.log(`Total time: ${totalTime.toFixed(2)}ms`);
config.days[day - 1].part1.result = (output1 == null ? void 0 : output1.result) === void 0 ? null : output1.result;

@@ -60,0 +60,0 @@ config.days[day - 1].part1.time = (output1 == null ? void 0 : output1.result) === void 0 ? null : output1.time;

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

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

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

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

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

@@ -103,3 +103,3 @@ import fs from "fs"

console.log(`Total time: ${totalTime}ms`)
console.log(`Total time: ${totalTime.toFixed(2)}ms`)

@@ -106,0 +106,0 @@ config.days[day - 1].part1.result =

@@ -23,3 +23,2 @@ import run from "aocrunner"

// { input: ``, expected: "" },
// { input: ``, expected: "" },
],

@@ -31,3 +30,2 @@ solution: solution1,

// { input: ``, expected: "" },
// { input: ``, expected: "" },
],

@@ -34,0 +32,0 @@ solution: solution2,

@@ -23,3 +23,2 @@ import run from "aocrunner"

// { input: ``, expected: "" },
// { input: ``, expected: "" },
],

@@ -31,3 +30,2 @@ solution: solution1,

// { input: ``, expected: "" },
// { input: ``, expected: "" },
],

@@ -34,0 +32,0 @@ solution: solution2,

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