🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@types/protractor-console-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/protractor-console-plugin - npm Package Compare versions

Comparing version

to
0.1.1

5

protractor-console-plugin/index.d.ts

@@ -1,6 +0,1 @@

// Type definitions for protractor-console-plugin 0.1
// Project: https://github.com/angular/protractor-console-plugin
// Definitions by: Adam Kwiatek <https://github.com/akwiatek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Config {

@@ -7,0 +2,0 @@ failOnWarning?: boolean;

11

protractor-console-plugin/package.json
{
"name": "@types/protractor-console-plugin",
"version": "0.1.0",
"version": "0.1.1",
"description": "TypeScript definitions for protractor-console-plugin",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/protractor-console-plugin",

"name": "Adam Kwiatek",
"url": "https://github.com/akwiatek",
"githubUsername": "akwiatek"
"githubUsername": "akwiatek",
"url": "https://github.com/akwiatek"
}

@@ -24,6 +24,7 @@ ],

"dependencies": {
"@types/node": "*",
"protractor": "7.0.0"
},
"typesPublisherContentHash": "e2d3cb1a5b1a393776deebfe9d53455f05825ad365b68f84024cf4aa422b41ce",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "264c2ad199f5ffa50f872c1c5c5fbc7163353bd53f8f26d9e66de636489559ff",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,2 @@ # Installation

````ts
// Type definitions for protractor-console-plugin 0.1
// Project: https://github.com/angular/protractor-console-plugin
// Definitions by: Adam Kwiatek <https://github.com/akwiatek>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface Config {

@@ -27,7 +22,6 @@ failOnWarning?: boolean;

### Additional Details
* Last updated: Tue, 20 Dec 2022 00:02:50 GMT
* Dependencies: none
* Global values: none
* Last updated: Wed, 18 Oct 2023 05:47:09 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [protractor](https://npmjs.com/package/protractor)
# Credits
These definitions were written by [Adam Kwiatek](https://github.com/akwiatek).