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
1
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.2.3 to 1.3.2

dist/util.d.ts

4

dist/index.d.ts

@@ -1,3 +0,5 @@

import type { About, Composes, NewRequest, NewRequestResponse, Ranch, Request, ErrorResponse } from './schema';
import { isError } from './util';
import { About, Composes, NewRequest, NewRequestResponse, Ranch, Request, ErrorResponse } from './schema';
export type { Ranch, NewRequest, NewRequestResponse, Request, Composes, About, ErrorResponse, };
export { isError };
export default class TestingFarmAPI {

@@ -4,0 +6,0 @@ private readonly link;

import { PublicLink } from './link';
import { isError } from './util';
import { composesSchema, aboutSchema, urlSchema, ranchSchema, newRequestResponseSchema, newRequestSchema, requestIdSchema, requestSchema, } from './schema';
export { isError };
export default class TestingFarmAPI {

@@ -4,0 +6,0 @@ constructor(instance) {

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

@@ -32,9 +32,9 @@ "main": "dist/index.js",

"devDependencies": {
"@types/node": "18.15.0",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"@vitest/coverage-c8": "^0.29.7",
"eslint": "8.36.0",
"prettier": "2.8.4",
"typescript": "4.9.5",
"eslint": "8.37.0",
"prettier": "2.8.7",
"typescript": "5.0.2",
"vitest": "^0.29.7"

@@ -41,0 +41,0 @@ },

import { PublicLink } from './link';
import type {
import { isError } from './util';
import {
About,

@@ -32,2 +33,4 @@ Composes,

export { isError };
export default class TestingFarmAPI {

@@ -34,0 +37,0 @@ private readonly link: PublicLink;

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