Socket
Socket
Sign inDemoInstall

@cucumber/ci-environment

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cucumber/ci-environment - npm Package Compare versions

Comparing version 9.1.0 to 9.2.0

10

dist/cjs/src/CiEnvironments.js

@@ -123,2 +123,12 @@ "use strict";

{
name: 'JetBrains Space',
url: '${JB_SPACE_EXECUTION_URL}',
buildNumber: '${JB_SPACE_EXECUTION_NUMBER}',
git: {
remote: 'https://${JB_SPACE_API_URL}/p/${JB_SPACE_PROJECT_KEY}/repositories/${JB_SPACE_GIT_REPOSITORY_NAME}',
revision: '${JB_SPACE_GIT_REVISION}',
branch: '${JB_SPACE_GIT_BRANCH}',
},
},
{
name: 'Semaphore',

@@ -125,0 +135,0 @@ url: '${SEMAPHORE_ORGANIZATION_URL}/jobs/${SEMAPHORE_JOB_ID}',

8

dist/cjs/src/types.d.ts

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

export declare type CiEnvironment = {
export type CiEnvironment = {
name: string;

@@ -7,3 +7,3 @@ url: string;

};
export declare type Git = {
export type Git = {
remote: string;

@@ -14,6 +14,6 @@ revision: string;

};
export declare type CiEnvironments = {
export type CiEnvironments = {
ciEnvironments: readonly CiEnvironment[];
};
export declare type Env = Record<string, string | undefined>;
export type Env = Record<string, string | undefined>;
//# sourceMappingURL=types.d.ts.map

@@ -120,2 +120,12 @@ // This file is auto-generated using npm run build-ci-environments

{
name: 'JetBrains Space',
url: '${JB_SPACE_EXECUTION_URL}',
buildNumber: '${JB_SPACE_EXECUTION_NUMBER}',
git: {
remote: 'https://${JB_SPACE_API_URL}/p/${JB_SPACE_PROJECT_KEY}/repositories/${JB_SPACE_GIT_REPOSITORY_NAME}',
revision: '${JB_SPACE_GIT_REVISION}',
branch: '${JB_SPACE_GIT_BRANCH}',
},
},
{
name: 'Semaphore',

@@ -122,0 +132,0 @@ url: '${SEMAPHORE_ORGANIZATION_URL}/jobs/${SEMAPHORE_JOB_ID}',

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

export declare type CiEnvironment = {
export type CiEnvironment = {
name: string;

@@ -7,3 +7,3 @@ url: string;

};
export declare type Git = {
export type Git = {
remote: string;

@@ -14,6 +14,6 @@ revision: string;

};
export declare type CiEnvironments = {
export type CiEnvironments = {
ciEnvironments: readonly CiEnvironment[];
};
export declare type Env = Record<string, string | undefined>;
export type Env = Record<string, string | undefined>;
//# sourceMappingURL=types.d.ts.map
{
"name": "@cucumber/ci-environment",
"version": "9.1.0",
"version": "9.2.0",
"description": "Detect CI Environment from environment variables",

@@ -46,19 +46,19 @@ "type": "module",

"devDependencies": {
"@types/glob": "7.2.0",
"@types/mocha": "9.1.1",
"@types/node": "17.0.21",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"@types/glob": "8.1.0",
"@types/mocha": "10.0.1",
"@types/node": "18.16.1",
"@typescript-eslint/eslint-plugin": "5.59.1",
"@typescript-eslint/parser": "5.59.1",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "7.0.0",
"glob": "8.0.3",
"mocha": "10.0.0",
"prettier": "2.7.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"glob": "8.1.0",
"mocha": "10.2.0",
"prettier": "2.8.8",
"shx": "0.3.4",
"ts-node": "10.9.1",
"typescript": "4.7.4"
"typescript": "5.0.4"
},

@@ -65,0 +65,0 @@ "directories": {

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

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