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

testing-farm

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testing-farm - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

1

dist/link.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { AxiosRequestConfig } from 'axios';

@@ -3,0 +2,0 @@ import { URL } from 'url';

21

dist/schema.d.ts

@@ -37,2 +37,5 @@ import { z } from 'zod';

}>>;
plan_filter: z.ZodOptional<z.ZodString>;
test_name: z.ZodOptional<z.ZodString>;
test_filter: z.ZodOptional<z.ZodString>;
}, "strip", z.ZodTypeAny, {

@@ -47,2 +50,5 @@ url: string;

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
}, {

@@ -57,2 +63,5 @@ url: string;

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
}>>;

@@ -88,2 +97,5 @@ sti: z.ZodNullable<z.ZodOptional<z.ZodObject<{

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
} | undefined;

@@ -107,2 +119,5 @@ sti?: {

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
} | undefined;

@@ -411,2 +426,5 @@ sti?: {

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
} | undefined;

@@ -492,2 +510,5 @@ sti?: {

} | undefined;
plan_filter?: string | undefined;
test_name?: string | undefined;
test_filter?: string | undefined;
} | undefined;

@@ -494,0 +515,0 @@ sti?: {

@@ -17,2 +17,5 @@ import { z } from 'zod';

.optional(),
plan_filter: z.string().min(1).optional(),
test_name: z.string().min(1).optional(),
test_filter: z.string().min(1).optional(),
})

@@ -19,0 +22,0 @@ .optional(),

{
"name": "testing-farm",
"version": "1.9.1",
"version": "1.9.2",
"description": "A NodeJS module to access Testing Farm instances through the REST API.",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

},
"packageManager": "yarn@4.1.1",
"packageManager": "yarn@4.4.1",
"repository": {

@@ -32,12 +32,12 @@ "type": "git",

"dependencies": {
"axios": "1.6.8",
"zod": "3.23.5"
"axios": "1.7.4",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "20.12.7",
"@vitest/coverage-v8": "1.5.3",
"prettier": "3.2.5",
"typescript": "5.4.5",
"vitest": "1.5.3"
"@types/node": "20.16.4",
"@vitest/coverage-v8": "2.0.5",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vitest": "2.0.5"
}
}

@@ -20,2 +20,5 @@ import { z } from 'zod';

.optional(),
plan_filter: z.string().min(1).optional(),
test_name: z.string().min(1).optional(),
test_filter: z.string().min(1).optional(),
})

@@ -22,0 +25,0 @@ .optional(),

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