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

aws-xray-sdk-express

Package Overview
Dependencies
Maintainers
15
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-xray-sdk-express - npm Package Compare versions

Comparing version

to
2.4.0

2

CHANGELOG.md
# Changelog for AWS X-Ray SDK Express for JavaScript
<!--LATEST=2.3.6-->
<!--LATEST=2.4.0-->
<!--ENTRYINSERT-->

@@ -4,0 +4,0 @@ ## 2.3.4

{
"name": "aws-xray-sdk-express",
"version": "2.3.6",
"version": "2.4.0",
"description": "AWS X-Ray Middleware for Express (Javascript)",

@@ -17,6 +17,6 @@ "author": "Amazon Web Services",

"peerDependencies": {
"aws-xray-sdk-core": "^2.3.6"
"aws-xray-sdk-core": "^2.4.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.3.6",
"aws-xray-sdk-core": "^2.4.0",
"chai": "^3.5.0",

@@ -33,3 +33,3 @@ "eslint": "^4.19.1",

"scripts": {
"test": "./node_modules/.bin/mocha --recursive ./test/ -R spec"
"test": "mocha --recursive ./test/ -R spec"
},

@@ -47,3 +47,3 @@ "keywords": [

"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/express",
"gitHead": "732a76ce1e57ec9761d01c582161f7efef116c40"
"gitHead": "6369ce4323310c8794ada8581cfc802b6dcc668e"
}