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

@callstack/reassure-cli

Package Overview
Dependencies
Maintainers
11
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@callstack/reassure-cli - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

lib/commonjs/commands/measure.js

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

const passthroughTestRunnerArgs = options._ ?? [];
const nodeArgs = [...(0, _node.getNodeFlags)(nodeMajorVersion), testRunnerPath, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs];
const nodeArgs = [...(0, _node.getNodeFlags)(nodeMajorVersion), `"${testRunnerPath}"`, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs];
logger.verbose('Running tests using command:');

@@ -56,0 +56,0 @@ logger.verbose(`$ node \\\n ${nodeArgs.join(' \\\n ')}\n`);

@@ -45,3 +45,3 @@ import { existsSync, mkdirSync, rmSync, writeFileSync } from 'node:fs';

const passthroughTestRunnerArgs = options._ ?? [];
const nodeArgs = [...getNodeFlags(nodeMajorVersion), testRunnerPath, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs];
const nodeArgs = [...getNodeFlags(nodeMajorVersion), `"${testRunnerPath}"`, ...baseTestRunnerArgs, ...passthroughTestRunnerArgs];
logger.verbose('Running tests using command:');

@@ -48,0 +48,0 @@ logger.verbose(`$ node \\\n ${nodeArgs.join(' \\\n ')}\n`);

{
"name": "@callstack/reassure-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "Performance testing companion for React and React Native",

@@ -49,4 +49,4 @@ "main": "lib/commonjs/index.js",

"dependencies": {
"@callstack/reassure-compare": "1.3.0",
"@callstack/reassure-logger": "1.3.0",
"@callstack/reassure-compare": "1.3.1",
"@callstack/reassure-logger": "1.3.1",
"chalk": "4.1.2",

@@ -53,0 +53,0 @@ "simple-git": "^3.26.0",

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