Socket
Socket
Sign inDemoInstall

ci-info

Package Overview
Dependencies
0
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.2 to 3.7.0

5

CHANGELOG.md
# Changelog
## v3.7.0
- support Sourcehut CI [85b96ea](https://github.com/watson/ci-info/commit/85b96ea)
- support ReleaseHub CI [409d886](https://github.com/watson/ci-info/commit/409d886)
## v3.6.2

@@ -4,0 +9,0 @@

2

index.d.ts

@@ -58,2 +58,3 @@ // This file is generated at pre-commit by running `node create-typings.js`.

export const NEVERCODE: boolean;
export const RELEASEHUB: boolean;
export const RENDER: boolean;

@@ -65,2 +66,3 @@ export const SAIL: boolean;

export const SOLANO: boolean;
export const SOURCEHUT: boolean;
export const STRIDER: boolean;

@@ -67,0 +69,0 @@ export const TASKCLUSTER: boolean;

2

package.json
{
"name": "ci-info",
"version": "3.6.2",
"version": "3.7.0",
"description": "Get details about the current Continuous Integration environment",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -65,2 +65,3 @@ # ci-info

| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ |
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | ✅ |
| [Render](https://render.com/) | `ci.RENDER` | ✅ |

@@ -72,2 +73,3 @@ | [Sail CI](https://sail.ci/) | `ci.SAIL` | ✅ |

| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | ✅ |
| [Sourcehut](https://sourcehut.org/) | `ci.SOURCEHUT` | 🚫 |
| [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | 🚫 |

@@ -74,0 +76,0 @@ | [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | 🚫 |

@@ -165,2 +165,7 @@ [

{
"name": "ReleaseHub",
"constant": "RELEASEHUB",
"env": "RELEASE_BUILD_ID"
},
{
"name": "Render",

@@ -202,2 +207,7 @@ "constant": "RENDER",

{
"name": "Sourcehut",
"constant": "SOURCEHUT",
"env": { "CI_NAME": "sourcehut" }
},
{
"name": "Strider CD",

@@ -204,0 +214,0 @@ "constant": "STRIDER",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc