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.2.16 to 0.2.17

lib/configs/runnerJSON.d.ts

4

lib/actions/init.js

@@ -14,3 +14,3 @@ import { execSync } from "child_process";

import prettierignoreTXT from "../configs/prettierignoreTXT.js";
import aocrunnerJSON from "../configs/aocrunnerJSON.js";
import runnerJSON from "../configs/runnerJSON.js";
const dirname = path.dirname(fileURLToPath(import.meta.url));

@@ -31,3 +31,3 @@ const init = async () => {

save(dir, ".prettierignore", prettierignoreTXT(setup));
save(dir, ".aocrunner.json", aocrunnerJSON(setup));
save(dir, ".aocrunner.json", runnerJSON(setup));
if (setup.language === "ts") {

@@ -34,0 +34,0 @@ save(dir, "tsconfig.json", tsconfigJSON(setup));

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

"@types/node": "^16.11.6",
aocrunner: "^0.2.16"
aocrunner: "^0.2.17"
},

@@ -35,0 +35,0 @@ dependencies: {},

{
"name": "aocrunner",
"version": "0.2.16",
"version": "0.2.17",
"description": "Advent of Code runner",

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

@@ -14,3 +14,3 @@ import { execSync } from "child_process"

import prettierignoreTXT from "../configs/prettierignoreTXT.js"
import aocrunnerJSON from "../configs/aocrunnerJSON.js"
import runnerJSON from "../configs/runnerJSON.js"

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

save(dir, ".prettierignore", prettierignoreTXT(setup))
save(dir, ".aocrunner.json", aocrunnerJSON(setup))
save(dir, ".aocrunner.json", runnerJSON(setup))

@@ -43,0 +43,0 @@ if (setup.language === "ts") {

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

"@types/node": "^16.11.6",
aocrunner: "^0.2.16",
aocrunner: "^0.2.17",
},

@@ -23,0 +23,0 @@ dependencies: {},

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