Socket
Socket
Sign inDemoInstall

@wdio/repl

Package Overview
Dependencies
2
Maintainers
3
Versions
215
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.10.1 to 8.23.1

4

build/index.d.ts

@@ -31,4 +31,4 @@ /**

*/
/// <reference types="node" />
/// <reference types="node" />
/// <reference types="node" resolution-mode="require"/>
/// <reference types="node" resolution-mode="require"/>
import vm from 'node:vm';

@@ -35,0 +35,0 @@ import repl from 'node:repl';

@@ -34,3 +34,3 @@ /**

import { STATIC_RETURNS, INTRO_MESSAGE, DEFAULT_CONFIG } from './constants.js';
class WDIORepl {
export default class WDIORepl {
static introMessage = INTRO_MESSAGE;

@@ -102,3 +102,3 @@ _config;

if (this._replServer) {
throw new Error('a repl was already initialised');
throw new Error('a repl was already initialized');
}

@@ -117,2 +117,1 @@ if (context) {

}
export default WDIORepl;
{
"name": "@wdio/repl",
"version": "8.10.1",
"version": "8.23.1",
"description": "A WDIO helper utility to provide a repl interface for WebdriverIO",

@@ -38,3 +38,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "0fc768bb7b2fe233877893260aec658facf6357f"
"gitHead": "64633b802ba4d00d23f6531dadc3fc724d8d7dd5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc