Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

env-ci

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-ci - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

package.json
{
"name": "env-ci",
"description": "Get environment variables exposed by CI services",
"version": "1.0.0",
"version": "1.0.1",
"author": "Pierre Vanduynslager (https://github.com/pvdlg)",

@@ -13,3 +13,3 @@ "bugs": {

"devDependencies": {
"ava": "^0.23.0",
"ava": "^0.24.0",
"codecov": "^3.0.0",

@@ -19,3 +19,3 @@ "eslint-config-prettier": "^2.3.0",

"nyc": "^11.1.0",
"prettier": "~1.8.2",
"prettier": "~1.9.2",
"semantic-release": "^11.0.0",

@@ -22,0 +22,0 @@ "tempy": "^0.2.1",

@@ -20,3 +20,5 @@ # env-ci

```js
const {isCi, service, commit, build, branch, job, pr, isPr, slug, root} = require('env-ci');
const envCi = require('env-ci');
const {isCi, service, commit, build, branch, job, pr, isPr, slug, root} = envCi();
```

@@ -23,0 +25,0 @@

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