Socket
Socket
Sign inDemoInstall

junit-xml

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0-master-314136486-dbb04c70

8

CHANGELOG.md

@@ -7,6 +7,12 @@ # Changelog

## [1.1.0] - 2019-01-18
## [1.2.0] - 2019-10-07
### New features
- Test Suite type definitions are now also a top-level export. Thanks @fobdy for the MR: https://gitlab.com/Vinnl/junit-xml/merge_requests/2
## [1.1.0] - 2019-09-26
### New features
- [New option](https://www.npmjs.com/package/junit-xml#schema-default-ant-junit) to have the output conform to the Azure DevOps expected JUnit format.

@@ -13,0 +19,0 @@

2

index.d.ts
import { TestSuiteReport } from './TestResults';
export { TestSuiteReport } from './TestResults';
export { TestSuiteReport, TestSuite, TestCase } from './TestResults';
interface Options {

@@ -4,0 +4,0 @@ /**

{
"name": "junit-xml",
"version": "1.1.0",
"version": "1.2.0-master-314136486-dbb04c70",
"description": "JUnit XML report builder with TypeScript support",

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

@@ -6,3 +6,3 @@ import xml from 'xml';

export { TestSuiteReport } from './TestResults';
export { TestSuiteReport, TestSuite, TestCase } from './TestResults';

@@ -9,0 +9,0 @@ interface Options {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc