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.4.1 to 1.4.2

2

lib/actions/dev.js

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

if (config.language === "ts") {
console.log("Building...\n");
console.log("Transpiling...\n");
buildSource(file);

@@ -138,0 +138,0 @@ }

@@ -7,2 +7,3 @@ import { stripIndent } from "common-tags";

*/**/*.temp.*
*/**/input.txt
*.log

@@ -9,0 +10,0 @@ */**/*.log

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

"@types/node": "^16.11.6",
aocrunner: "^1.4.1",
aocrunner: "^1.4.2",
prettier: "^2.4.1"

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

{
"name": "aocrunner",
"version": "1.4.1",
"version": "1.4.2",
"repository": "https://github.com/caderek/aocrunner",

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

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

if (config.language === "ts") {
console.log("Building...\n")
console.log("Transpiling...\n")
buildSource(file)

@@ -180,0 +180,0 @@ }

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

*/**/*.temp.*
*/**/input.txt
*.log

@@ -11,0 +12,0 @@ */**/*.log

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

"@types/node": "^16.11.6",
aocrunner: "^1.4.1",
aocrunner: "^1.4.2",
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