🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

@embroider/try

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@embroider/try - npm Package Compare versions

Comparing version
0.0.4
to
0.0.5
+7
-1
cli.js

@@ -23,2 +23,8 @@ import { resolve, dirname } from "node:path";

function normalizeScenario(scenario) {
// always include an empty env by default, so that it's convenient to pass
// `${{ matrix.env }}` in github actions
return { env: {}, ...scenario };
}
async function listCommand() {

@@ -29,3 +35,3 @@ const config = await loadConfig();

name: config.scenarios.map((s) => s.name),
include: config.scenarios,
include: config.scenarios.map((s) => normalizeScenario(s)),
})

@@ -32,0 +38,0 @@ );

+1
-1
{
"name": "@embroider/try",
"version": "0.0.4",
"version": "0.0.5",
"description": "Helper for trying multiple compatibility scenarios in CI",

@@ -5,0 +5,0 @@ "bin": "cli.js",