New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

tap-bark

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-bark - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

.nyc_output/41cd6229f1217890bf463845d82e02b5.json

9

dist/tap-bark.d.ts
import { Assertion } from "./external/tap-parser";
import { Component as InkComponent, InkElement } from "ink";
declare const Component: any;

@@ -7,2 +6,3 @@ export interface TapBarkOutputState {

warnings: Array<string>;
fixtureName?: string;
results?: {

@@ -16,2 +16,3 @@ pass: number;

currentTest?: number;
testName?: string;
}

@@ -29,3 +30,3 @@ export interface TapBarkOutputProps {

getFailureMessage(assertion: Assertion): string;
render(): InkElement;
render(): any;
private handleNewPlan;

@@ -38,3 +39,3 @@ private readonly warnings;

}
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => InkComponent<TapBarkOutputProps, TapBarkOutputState, {}>;
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => any;
export declare class TapBark {

@@ -44,4 +45,4 @@ static readonly tapParser: {

};
static create(showProgress?: boolean): InkElement & TapBarkOutputComponent;
static create(showProgress?: boolean): any;
}
export { Component, TapBarkOutputComponent };
{
"name": "tap-bark",
"version": "2.1.0",
"version": "2.2.0",
"description": "TAP parser for Alsatian",

@@ -46,3 +46,3 @@ "main": "dist/tap-bark.js",

"@types/through2": "^2.0.34",
"alsatian": "^3.0.0-alpha.1",
"alsatian": "^3.1.0",
"chalk": "^2.4.1",

@@ -56,3 +56,4 @@ "codeclimate-test-reporter": "^0.4.0",

"typescript": "^3.5.2"
}
},
"gitHead": "c9378ae3f68dc87ec90481659d86364020411b1a"
}
import { Assertion } from "./external/tap-parser";
import { Component as InkComponent, InkElement } from "ink";
declare const Component: any;

@@ -7,2 +6,3 @@ export interface TapBarkOutputState {

warnings: Array<string>;
fixtureName?: string;
results?: {

@@ -16,2 +16,3 @@ pass: number;

currentTest?: number;
testName?: string;
}

@@ -29,3 +30,3 @@ export interface TapBarkOutputProps {

getFailureMessage(assertion: Assertion): string;
render(): InkElement;
render(): any;
private handleNewPlan;

@@ -38,3 +39,3 @@ private readonly warnings;

}
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => InkComponent<TapBarkOutputProps, TapBarkOutputState, {}>;
export declare const TapBarkOutput: new (props: TapBarkOutputProps) => any;
export declare class TapBark {

@@ -44,4 +45,4 @@ static readonly tapParser: {

};
static create(showProgress?: boolean): InkElement & TapBarkOutputComponent;
static create(showProgress?: boolean): any;
}
export { Component, TapBarkOutputComponent };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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