Socket
Socket
Sign inDemoInstall

jest-junit

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-junit - npm Package Compare versions

Comparing version 12.1.0 to 12.2.0

4

package.json
{
"name": "jest-junit",
"version": "12.1.0",
"version": "12.2.0",
"description": "A jest reporter that generates junit xml files",

@@ -25,3 +25,3 @@ "main": "index.js",

"strip-ansi": "^5.2.0",
"uuid": "^3.3.3",
"uuid": "^8.3.2",
"xml": "^1.0.1"

@@ -28,0 +28,0 @@ },

@@ -5,3 +5,3 @@ 'use strict';

const fs = require('fs');
const uuid = require('uuid/v1');
const { v1: uuid } = require('uuid');

@@ -8,0 +8,0 @@ const constants = require('../constants/index');

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