Socket
Socket
Sign inDemoInstall

ci-relay

Package Overview
Dependencies
24
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

5

config-example.json

@@ -43,5 +43,8 @@ {

}
]
],
"filter": {
"exclude": [ { "name": "canary" } ]
}
}
]
}

3

index.js

@@ -22,4 +22,5 @@ var ci = require('ci-adapter');

var cached = ci.cache(combined, config.cache)
var filtered = route.filter ? ci.filter(cached, route.filter) : cached;
app.use(route.route, router(cached));
app.use(route.route, router(filtered));
});

@@ -26,0 +27,0 @@

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

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

"dependencies": {
"ci-adapter": "^0.2.1",
"ci-adapter": "^0.3.0",
"ci-router": "^0.2.1",
"connect": "^3.4.0"
},
"devDependencies": {
"source-map-support": "^0.4.0"
}
}
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