Socket
Socket
Sign inDemoInstall

ci-relay

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ci-relay - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js
var ci = require('ci-adapter');
var router = require('ci-router');
var express = require('express');
var app = module.exports = express();
var connect = require('connect');
var app = module.exports = connect();

@@ -21,3 +21,3 @@ var types = {

var combined = adapters.length > 1 ? ci.combine.apply(null, adapters) : adapters[0];
var cached = ci.cache(combined, config.cache);
var cached = ci.cache(combined, config.cache)

@@ -24,0 +24,0 @@ app.use(route.route, router(cached));

{
"name": "ci-relay",
"version": "0.1.1",
"version": "0.1.2",
"description": "Tiny CI status aggregation service built on top of ci-adapter and ci-router",

@@ -15,6 +15,6 @@ "keywords": [

"dependencies": {
"ci-adapter": "^0.1.2",
"ci-router": "^0.1.2",
"express": "^4.13.3"
"ci-adapter": "^0.2.0",
"ci-router": "^0.2.0",
"connect": "^3.4.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