Socket
Socket
Sign inDemoInstall

tap-parser

Package Overview
Dependencies
2
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.0-1 to 15.0.0-2

2

dist/cjs/statics.d.ts

@@ -7,3 +7,3 @@ import { ParserOptions } from './index.js';

/**
* Turn an EventLog from {@link parse} into a TAP string
* Turn an EventLog from {@link tap-parser!statics.parse} into a TAP string
*/

@@ -10,0 +10,0 @@ export declare const stringify: (msg: [event: string, ...data: any[]][], { flat, indent, id }: {

@@ -49,3 +49,3 @@ "use strict";

/**
* Turn an EventLog from {@link parse} into a TAP string
* Turn an EventLog from {@link tap-parser!statics.parse} into a TAP string
*/

@@ -52,0 +52,0 @@ const stringify = (msg, { flat = false, indent = '', id = getId() }) => {

@@ -7,3 +7,3 @@ import { ParserOptions } from './index.js';

/**
* Turn an EventLog from {@link parse} into a TAP string
* Turn an EventLog from {@link tap-parser!statics.parse} into a TAP string
*/

@@ -10,0 +10,0 @@ export declare const stringify: (msg: [event: string, ...data: any[]][], { flat, indent, id }: {

@@ -42,3 +42,3 @@ /**

/**
* Turn an EventLog from {@link parse} into a TAP string
* Turn an EventLog from {@link tap-parser!statics.parse} into a TAP string
*/

@@ -45,0 +45,0 @@ export const stringify = (msg, { flat = false, indent = '', id = getId() }) => {

{
"name": "tap-parser",
"version": "15.0.0-1",
"version": "15.0.0-2",
"description": "parse the test anything protocol",

@@ -43,3 +43,3 @@ "type": "module",

],
"license": "MIT",
"license": "BlueOak-1.0.0",
"files": [

@@ -46,0 +46,0 @@ "dist",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc