🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@testring-dev/plugin-api

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testring-dev/plugin-api - npm Package Compare versions

Comparing version
0.8.0-danbao-0681e719
to
0.8.0-danbao-cca2aae0
+6
-6
package.json
{
"name": "@testring-dev/plugin-api",
"version": "0.8.0-danbao-0681e719",
"version": "0.8.0-danbao-cca2aae0",
"main": "./dist/index.js",

@@ -13,8 +13,8 @@ "types": "./src/index.ts",

"dependencies": {
"@testring/fs-store": "0.8.0-danbao-0681e719",
"@testring/logger": "0.8.0-danbao-0681e719",
"@testring/types": "0.8.0-danbao-0681e719",
"@testring/utils": "0.8.0-danbao-0681e719",
"@types/node": "22.8.5"
"@types/node": "22.8.5",
"@testring-dev/fs-store": "0.8.0-danbao-cca2aae0",
"@testring-dev/logger": "0.8.0-danbao-cca2aae0",
"@testring-dev/types": "0.8.0-danbao-cca2aae0",
"@testring-dev/utils": "0.8.0-danbao-cca2aae0"
}
}

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

import {IConfig, IPluginModules} from '@testring/types';
import {IConfig, IPluginModules} from '@testring-dev/types';
import {PluginController} from './plugin-controller';

@@ -3,0 +3,0 @@ import {PluginAPI} from './plugin-api';

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

import {IPluggableModule} from '@testring/types';
import {IPluggableModule} from '@testring-dev/types';

@@ -3,0 +3,0 @@ export class AbstractAPI {

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

import {BrowserProxyPlugins} from '@testring/types';
import {BrowserProxyPlugins} from '@testring-dev/types';
import {AbstractAPI} from './abstract';

@@ -3,0 +3,0 @@

import {AbstractAPI} from './abstract';
import {DevtoolPluginHooks, IDevtoolServerConfig} from '@testring/types';
import {DevtoolPluginHooks, IDevtoolServerConfig} from '@testring-dev/types';

@@ -4,0 +4,0 @@ export class DevtoolAPI extends AbstractAPI {

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

import {FSReaderPlugins} from '@testring/types';
import {FSReaderPlugins} from '@testring-dev/types';
import {AbstractAPI} from './abstract';

@@ -3,0 +3,0 @@

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

import {fsStoreServerHooks} from '@testring/fs-store';
import {IOnFileNameHookData, IOnFileReleaseHookData} from '@testring/types';
import {fsStoreServerHooks} from '@testring-dev/fs-store';
import {IOnFileNameHookData, IOnFileReleaseHookData} from '@testring-dev/types';
import {AbstractAPI} from './abstract';

@@ -4,0 +4,0 @@

@@ -7,3 +7,3 @@ import {AbstractAPI} from './abstract';

IHttpResponse,
} from '@testring/types';
} from '@testring-dev/types';

@@ -10,0 +10,0 @@ export class HttpServerAPI extends AbstractAPI {

import {AbstractAPI} from './abstract';
import {ILogEntity, ILogMeta, LoggerPlugins} from '@testring/types';
import {ILogEntity, ILogMeta, LoggerPlugins} from '@testring-dev/types';

@@ -4,0 +4,0 @@ export class LoggerAPI extends AbstractAPI {

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

import {TestRunControllerPlugins, IQueuedTest} from '@testring/types';
import {TestRunControllerPlugins, IQueuedTest} from '@testring-dev/types';
import {AbstractAPI} from './abstract';

@@ -3,0 +3,0 @@

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

import {TestWorkerPlugin} from '@testring/types';
import {TestWorkerPlugin} from '@testring-dev/types';
import {AbstractAPI} from './abstract';

@@ -3,0 +3,0 @@

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

import {IHttpClient, IPluginModules} from '@testring/types';
import {IHttpClient, IPluginModules} from '@testring-dev/types';
import {BrowserProxyAPI} from './modules/browser-proxy';

@@ -3,0 +3,0 @@ import {FSReaderAPI} from './modules/fs-reader';

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

import {ConfigPluginDescriptor, IConfig, IPluginModules} from '@testring/types';
import {requirePlugin} from '@testring/utils';
import {ConfigPluginDescriptor, IConfig, IPluginModules} from '@testring-dev/types';
import {requirePlugin} from '@testring-dev/utils';
import {PluginAPI} from './plugin-api';

@@ -4,0 +4,0 @@