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

fairsplice

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fairsplice - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "fairsplice",
"version": "0.4.1",
"version": "0.4.2",
"module": "index.ts",

@@ -5,0 +5,0 @@ "type": "module",

@@ -47,3 +47,3 @@ import { describe, it, expect } from "bun:test";

const testCases = parseJunit(xmlString);
expect(testCases).toHaveLength(6);
expect(testCases).toHaveLength(7);
expect(testCases[0]).toEqual({

@@ -50,0 +50,0 @@ file: "flow/slot-booking/bookSlotAsSiteOwner.spec.ts",

@@ -8,2 +8,3 @@ import { XMLParser } from "fast-xml-parser";

parseAttributeValue: true, // turns number strings into numbers
isArray: (name) => name === "testcase", // treat all nodes with name "testcase" as arrays
});

@@ -10,0 +11,0 @@ let junit = parser.parse(xmlString);

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