New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@datreeio/koa-requestid

Package Overview
Dependencies
Maintainers
5
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datreeio/koa-requestid - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

10

package.json
{
"name": "@datreeio/koa-requestid",
"version": "1.0.0",
"version": "1.1.0",
"description": "A koa middleware to generate and forward request ids between services",
"main": "index.js",
"scripts": {
"test": "mocha",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"test": "./node_modules/mocha/bin/mocha test",
"semantic-release": "npx semantic-release"
},

@@ -17,6 +17,8 @@ "author": "",

},
"repository": "https://github.com/datreeio/koa-requestid",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"koa": "^2.4.1",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"semantic-release": "^12.4.1",

@@ -23,0 +25,0 @@ "supertest": "^3.0.0"

8

README.md

@@ -1,3 +0,5 @@

# Gateway
# koa-requestid [![Build Status](https://travis-ci.com/datreeio/koa-requestid.svg?branch=master)](https://travis-ci.com/datreeio/koa-requestid)
A koa middleware to generate and forward request ids between services
### Install

@@ -16,3 +18,3 @@

```javascript
const requestId = require('@datreeio/koa-requestId')
const requestId = require('@datreeio/koa-requestid')
const koa = require('koa')

@@ -30,3 +32,3 @@ const app = new koa()

```javascript
const requestId = require('@datreeio/koa-requestId')
const requestId = require('@datreeio/koa-requestid')
const koa = require('koa')

@@ -33,0 +35,0 @@ const app = new koa()

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