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.6.0 to 1.6.1

2

lib/configs/packageJSON.js

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

"@types/node": "^16.11.6",
aocrunner: "^1.6.0",
aocrunner: "^1.6.1",
prettier: "^2.4.1"

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

@@ -39,3 +39,7 @@ import fs from "fs";

Part ${part} (in ${toFixed(time)}ms):`);
console.dir(result);
if (typeof result === "string" && /\n/.test(result)) {
console.log(result);
} else {
console.dir(result);
}
return { result, time };

@@ -42,0 +46,0 @@ };

{
"name": "aocrunner",
"version": "1.6.0",
"version": "1.6.1",
"repository": "https://github.com/caderek/aocrunner",

@@ -5,0 +5,0 @@ "description": "Advent of Code runner",

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

"@types/node": "^16.11.6",
aocrunner: "^1.6.0",
aocrunner: "^1.6.1",
prettier: "^2.4.1",

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

@@ -75,4 +75,9 @@ import fs from "fs"

console.log(`\nPart ${part} (in ${toFixed(time)}ms):`)
console.dir(result)
if (typeof result === "string" && /\n/.test(result)) {
console.log(result)
} else {
console.dir(result)
}
return { result, time }

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