New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@testmo/testmo-cli

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@testmo/testmo-cli - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

6

dist/parsers/junit.js

@@ -143,5 +143,7 @@ "use strict";

}
if ('properties' in element && Array.isArray(element.properties)) {
if ('properties' in element && Array.isArray(element.properties) &&
element.properties.length >= 1) {
var properties = element.properties[0];
if ('property' in properties && Array.isArray(properties.property)) {
if (properties instanceof Object &&
'property' in properties && Array.isArray(properties.property)) {
var propertyList = properties.property;

@@ -148,0 +150,0 @@ for (var _i = 0, propertyList_1 = propertyList; _i < propertyList_1.length; _i++) {

{
"name": "@testmo/testmo-cli",
"version": "1.0.12",
"version": "1.0.13",
"description": "Testmo command line interface",

@@ -5,0 +5,0 @@ "author": "Testmo GmbH",

@@ -5,4 +5,2 @@ # Testmo CLI

This package provides bindings to access Testmo's REST API from JavaScript projects. The package is based on Testmo's REST API spec.
## Installation

@@ -9,0 +7,0 @@

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