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

@expo/xcpretty

Package Overview
Dependencies
Maintainers
23
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/xcpretty - npm Package Compare versions

Comparing version 4.1.0 to 4.1.1

3

build/Formatter.js

@@ -583,3 +583,4 @@ "use strict";

try {
return parseInt(text, 10);
const result = parseInt(text, 10);
return isNaN(result) ? undefined : result;
}

@@ -586,0 +587,0 @@ catch {

{
"name": "@expo/xcpretty",
"description": "Parse and format xcodebuild logs",
"version": "4.1.0",
"version": "4.1.1",
"main": "build/index.js",

@@ -6,0 +6,0 @@ "types": "build/index.d.ts",

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