Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@appium/types

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appium/types - npm Package Compare versions

Comparing version 0.18.0 to 0.19.0

11

build/lib/logger.d.ts

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

import type { Logger } from 'npmlog';
import type { Logger } from '@appium/logger';
/**

@@ -10,14 +10,11 @@ * A log prefix for {@linkcode AppiumLogger}

* Possible "log levels" for {@linkcode AppiumLogger}.
*
* Extracted from `npmlog`.
*/
export type AppiumLoggerLevel = 'silly' | 'verbose' | 'debug' | 'info' | 'http' | 'warn' | 'error';
/**
* Describes the `npmlog`-based internal logger.
*
* @see https://npm.im/npmlog
* Describes the internal logger.
*/
export interface AppiumLogger {
/**
* Returns the underlying `npmlog` {@link Logger}.
* Returns the underlying `logger` {@link Logger}.
* ! This method is designed for private usage.
*/

@@ -24,0 +21,0 @@ unwrap(): Logger;

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

import type {Logger} from 'npmlog';
import type {Logger} from '@appium/logger';

@@ -12,4 +12,2 @@ /**

* Possible "log levels" for {@linkcode AppiumLogger}.
*
* Extracted from `npmlog`.
*/

@@ -19,9 +17,8 @@ export type AppiumLoggerLevel = 'silly' | 'verbose' | 'debug' | 'info' | 'http' | 'warn' | 'error';

/**
* Describes the `npmlog`-based internal logger.
*
* @see https://npm.im/npmlog
* Describes the internal logger.
*/
export interface AppiumLogger {
/**
* Returns the underlying `npmlog` {@link Logger}.
* Returns the underlying `logger` {@link Logger}.
* ! This method is designed for private usage.
*/

@@ -28,0 +25,0 @@ unwrap(): Logger;

{
"name": "@appium/types",
"version": "0.18.0",
"version": "0.19.0",
"description": "Various type declarations used across Appium",

@@ -44,5 +44,4 @@ "keywords": [

"@types/express": "4.17.21",
"@types/npmlog": "7.0.0",
"@types/ws": "8.5.10",
"type-fest": "4.18.3"
"type-fest": "4.19.0"
},

@@ -56,3 +55,3 @@ "engines": {

},
"gitHead": "a4138c6ec9524594519f29938008500b7cdcc0b8"
"gitHead": "339acd345fafa1292c8d286261553fcc6b440e46"
}

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