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

@tapjs/error-serdes

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tapjs/error-serdes - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

dist/commonjs/messages.d.ts

@@ -41,4 +41,4 @@ /// <reference types="node" />

testNumber: number;
todo?: number | boolean;
skip?: number | boolean;
todo?: string | boolean;
skip?: string | boolean;
}

@@ -45,0 +45,0 @@ export type PassData = TestData & {

@@ -41,4 +41,4 @@ /// <reference types="node" resolution-mode="require"/>

testNumber: number;
todo?: number | boolean;
skip?: number | boolean;
todo?: string | boolean;
skip?: string | boolean;
}

@@ -45,0 +45,0 @@ export type PassData = TestData & {

{
"name": "@tapjs/error-serdes",
"version": "1.1.0",
"version": "1.2.0",
"description": "Port of node's error_serdes.js to userland, plus test message streaming",

@@ -5,0 +5,0 @@ "tshy": {

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