Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tap-parser - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

3

dist/cjs/index.d.ts

@@ -15,3 +15,3 @@ /// <reference types="node" />

import type etoa from 'events-to-array';
declare type EventLog = ReturnType<typeof etoa>;
type EventLog = ReturnType<typeof etoa>;
export interface ParserOptions {

@@ -115,2 +115,1 @@ name?: string;

}
export default Parser;

@@ -867,3 +867,2 @@ "use strict";

exports.Parser = Parser;
exports.default = Parser;
//# sourceMappingURL=index.js.map
export declare const lineTypes: {
[t: string]: RegExp;
};
export declare type ParsedLine = [string, RegExpMatchArray];
export type ParsedLine = [string, RegExpMatchArray];
export declare const lineType: (line: string) => ParsedLine | null;

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

export declare type Directive = 'todo' | 'skip' | 'time';
export type Directive = 'todo' | 'skip' | 'time';
export declare const parseDirective: (line: string) => [Directive, any] | false;
import { Plan } from './plan.js';
export declare type TapError = Result | {
export type TapError = Result | {
tapError: string;

@@ -4,0 +4,0 @@ [k: string]: any;

@@ -15,3 +15,3 @@ /// <reference types="node" />

import type etoa from 'events-to-array';
declare type EventLog = ReturnType<typeof etoa>;
type EventLog = ReturnType<typeof etoa>;
export interface ParserOptions {

@@ -115,2 +115,1 @@ name?: string;

}
export default Parser;

@@ -863,3 +863,2 @@ import { EventEmitter } from 'events';

}
export default Parser;
//# sourceMappingURL=index.js.map
export declare const lineTypes: {
[t: string]: RegExp;
};
export declare type ParsedLine = [string, RegExpMatchArray];
export type ParsedLine = [string, RegExpMatchArray];
export declare const lineType: (line: string) => ParsedLine | null;

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

export declare type Directive = 'todo' | 'skip' | 'time';
export type Directive = 'todo' | 'skip' | 'time';
export declare const parseDirective: (line: string) => [Directive, any] | false;
import { Plan } from './plan.js';
export declare type TapError = Result | {
export type TapError = Result | {
tapError: string;

@@ -4,0 +4,0 @@ [k: string]: any;

{
"name": "tap-parser",
"version": "12.0.1",
"version": "13.0.0",
"description": "parse the test anything protocol",

@@ -21,3 +21,2 @@ "main": "dist/cjs/index.js",

"devDependencies": {
"@types/glob": "^8.0.0",
"@types/node": "^18.11.9",

@@ -27,4 +26,4 @@ "@types/tap": "^15.0.6",

"eslint-config-prettier": "^8.5.0",
"glob": "^7.0.5",
"minipass": "^3.3.4",
"glob": "^10.0.0",
"minipass": "^5.0.0",
"prettier": "^2.7.1",

@@ -34,3 +33,3 @@ "tap": "^16.3.2",

"typedoc": "^0.23.20",
"typescript": "^4.7.4"
"typescript": "^5.0.4"
},

@@ -37,0 +36,0 @@ "scripts": {

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