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

aws-xray-sdk

Package Overview
Dependencies
Maintainers
13
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-xray-sdk - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

LICENSE

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Changelog for AWS X-Ray SDK for JavaScript

## 1.1.5
* The X-Ray SDK for Node.js is now an open source project. You can follow the project and submit issues and pull requests on [GitHub](https://github.com/aws/aws-xray-sdk-node).
## 1.1.4

@@ -7,0 +10,0 @@

13

package.json
{
"name": "aws-xray-sdk",
"version": "1.1.4",
"version": "1.1.5",
"description": "AWS X-Ray SDK for Javascript",

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

"dependencies": {
"aws-xray-sdk-core": "^1.1.4",
"aws-xray-sdk-express": "^1.1.4",
"aws-xray-sdk-mysql": "^1.1.4",
"aws-xray-sdk-postgres": "^1.1.4",
"aws-xray-sdk-core": "^1.1.5",
"aws-xray-sdk-express": "^1.1.5",
"aws-xray-sdk-mysql": "^1.1.5",
"aws-xray-sdk-postgres": "^1.1.5",
"pkginfo": "^0.4.0"

@@ -29,3 +29,4 @@ },

],
"license": "Apache-2.0"
"license": "Apache-2.0",
"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/full_sdk"
}
## Requirements
AWS SDK v2.7.15 or greater (if using captureAWS or captureAWSClient)
AWS SDK v2.7.15 or greater (if using `captureAWS` or `captureAWSClient`)
Express 4.14.0 or greater (if using Express and the associated X-Ray middleware)
MySQL 2.12.0 or greater or greater (if using captureMySQL)
Postgres 6.1.0 or greater (if using capturePostgres)
MySQL 2.12.0 or greater (if using `captureMySQL`)
Postgres 6.1.0 or greater (if using `capturePostgres`)

@@ -17,3 +17,3 @@ ## AWS X-Ray

This package includes all other AWS X-Ray packages.
This package includes all other AWS X-Ray packages except `aws-xray-sdk-restify` which is still in beta.

@@ -27,7 +27,7 @@ aws-xray-sdk-core

The core package contains the base SDK functionality. Please see the aws-xray-sdk-core README.md for more details.
The core package contains the base SDK functionality. Please see the aws-xray-sdk-core [README.md](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/core/README.md) for more details.
### Support for web frameworks
A current list of supported web frameworks can be found at: http://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs-middleware.html
For more information, please see the aws-xray-sdk-express package README.md.
* [Express](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/express)
* [Restify](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/restify)(beta)
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