New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

go-engine-tester

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-engine-tester - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

7

lib/main.js

@@ -25,4 +25,4 @@ "use strict";

if (!(
typeof config1.name === "string" && typeof config1.command === "string" &&
typeof config2.name === "string" && typeof config2.command === "string" &&
typeof config1.command === "string" &&
typeof config2.command === "string" &&
typeof times === "number"

@@ -34,2 +34,5 @@ )) {

config1.name = "first";
config2.name = "second";
let results = [];

@@ -36,0 +39,0 @@

{
"name": "go-engine-tester",
"version": "0.1.4",
"version": "0.1.5",
"description": "Go (围棋, 囲碁, 바둑) engine tester",

@@ -5,0 +5,0 @@ "keywords": ["go", "engine", "test"],

@@ -22,3 +22,2 @@ # Introduction

"first": {
"name": "config1",
"command": "./leelaz",

@@ -28,3 +27,2 @@ "args": ["-w", "network-173.gz", "--gtp", "--noponder", "-p", "100"]

"second": {
"name": "config2",
"command": "./leelaz",

@@ -44,3 +42,2 @@ "args": ["-w", "network-157.gz", "--gtp", "--noponder", "-p", "100"]

"first": {
"name": "config1",
"command": "./leelaz",

@@ -55,3 +52,2 @@ "args": ["-w", "network-173.gz", "--gtp", "--noponder", "-p", "100"],

"second": {
"name": "config2",
"command": "./leelaz",

@@ -58,0 +54,0 @@ "args": ["-w", "network-157.gz", "--gtp", "--noponder", "-p", "100"],

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