Socket
Socket
Sign inDemoInstall

@cucumber/cucumber

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/cucumber - npm Package Compare versions

Comparing version 9.1.1 to 9.1.2

4

lib/api/types.d.ts

@@ -124,2 +124,6 @@ /// <reference types="node" />

*/
export type { ISupportCodeLibrary };
/**
* @public
*/
export interface IRunOptions {

@@ -126,0 +130,0 @@ sources: ISourcesCoordinates;

7

lib/cli/index.js

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

async run() {
await (0, install_validator_1.validateInstall)();
const debugEnabled = debug_1.default.enabled('cucumber');
if (debugEnabled) {
await (0, install_validator_1.validateInstall)();
}
const { options, configuration: argvConfiguration } = configuration_1.ArgvParser.parse(this.argv);

@@ -44,3 +47,3 @@ if (options.i18nLanguages) {

env: this.env,
debug: debug_1.default.enabled('cucumber'),
debug: debugEnabled,
};

@@ -47,0 +50,0 @@ const { useConfiguration: configuration, runConfiguration } = await (0, api_1.loadConfiguration)({

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

It looks like you're running Cucumber from a global installation.
This won't work - you need to have Cucumber installed as a local dependency in your project.
If so, you'll likely see issues - you need to have Cucumber installed as a local dependency in your project.
See https://github.com/cucumber/cucumber-js/blob/main/docs/installation.md#invalid-installations

@@ -16,0 +16,0 @@ `);

@@ -1,1 +0,1 @@

export declare const version = "9.1.1";
export declare const version = "9.1.2";

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

// Generated by genversion.
exports.version = '9.1.1';
exports.version = '9.1.2';
//# sourceMappingURL=version.js.map

@@ -11,3 +11,3 @@ {

],
"version": "9.1.1",
"version": "9.1.2",
"homepage": "https://github.com/cucumber/cucumber-js",

@@ -14,0 +14,0 @@ "author": "Julien Biezemans <jb@jbpros.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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