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.14.0 to 0.15.0

2

lib/configs/packageJSON.js

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

"@types/node": "^16.11.6",
aocrunner: "^0.14.0",
aocrunner: "^0.15.0",
prettier: "^2.4.1"

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

@@ -45,3 +45,3 @@ import fetch from "node-fetch";

if (e.message === "400" || e.message === "500") {
console.log(kleur.red("INVALID SESSION KEY\n\n"), "Please make sure that the session key in the .env file is correct.\n", kleur.bold("Restart the script after changing the .env file.\n"));
console.log(kleur.red("INVALID SESSION KEY\n\n") + "Please make sure that the session key in the .env file is correct.\nSession key is stored in 'session' cookie when you login to https://adventofcode.com/.\n\n" + kleur.bold("Restart the script after changing the .env file.\n"));
} else if (e.message.startsWith("5")) {

@@ -48,0 +48,0 @@ console.log(kleur.red("SERVER ERROR"));

{
"name": "aocrunner",
"version": "0.14.0",
"version": "0.15.0",
"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: "^0.14.0",
aocrunner: "^0.15.0",
prettier: "^2.4.1",

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

@@ -59,5 +59,6 @@ import fetch from "node-fetch"

console.log(
kleur.red("INVALID SESSION KEY\n\n"),
"Please make sure that the session key in the .env file is correct.\n",
kleur.bold("Restart the script after changing the .env file.\n"),
kleur.red("INVALID SESSION KEY\n\n") +
"Please make sure that the session key in the .env file is correct.\n" +
"Session key is stored in 'session' cookie when you login to https://adventofcode.com/.\n\n" +
kleur.bold("Restart the script after changing the .env file.\n"),
)

@@ -64,0 +65,0 @@ } else if (e.message.startsWith("5")) {

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