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.2.0 to 4.2.1

5

build/ExpoRunFormatter.js

@@ -64,3 +64,6 @@ "use strict";

}
return !filePath.match(/node_modules/) && !filePath.match(/\/ios\/Pods\//);
return (!filePath.match(/node_modules/) &&
!filePath.match(/\/ios\/Pods\//) &&
// Don't show warnings in the generated build folder.
!Formatter_1.Formatter.getAppRoot(filePath));
}

@@ -67,0 +70,0 @@ getNodeModuleName(filePath, target) {

2

build/Matchers.js

@@ -150,3 +150,3 @@ "use strict";

*/
LINKING_MATCHER: /^Ld (\/?.*\/(.*?)) ([^(|\s]*)(?:\s([^(|\s]*)\s)?\s?[^(]+(?:\(in\s.*target '([^']*)'.*project '([^']*)'\)$)?/m,
LINKING_MATCHER: /^Ld (\/?.*\/(.+?(?:[^\\](?=\s)))) ([^(|\s]*)(?:\s([^(|\s]*)\s)?\s?[^(]+(?:\(in\s.*target '([^']*)'.*project '([^']*)'\)$)?/m,
/**

@@ -153,0 +153,0 @@ * @regex Captured groups

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

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

Sorry, the diff of this file is not supported yet

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