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

aws-xray-sdk

Package Overview
Dependencies
Maintainers
15
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 3.0.0-alpha.2 to 3.0.0

10

CHANGELOG.md
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=3.0.0-alpha.2-->
<!--LATEST=3.0.0-->
<!--ENTRYINSERT-->
## 3.0.0
* change: Updated aws-xray-sdk-core to 3.0.0. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-express to 3.0.0. No further changes.
* change: Updated aws-xray-sdk-mysql to 3.0.0. No further changes.
* change: Updated aws-xray-sdk-postgres to 3.0.0. No further changes.
* change: Updated aws-xray-sdk-restify to 3.0.0.
* improvement: Brought aws-xray-sdk-restify out of beta [commit](https://github.com/aws/aws-xray-sdk-node/commit/f6e7c2e311dda848aa3915b9c0e0ad2d714745fa#diff-ca41f70ee3218f6dc7b034e823f9e485)
## 3.0.0-alpha.2

@@ -5,0 +13,0 @@ * change: Updated aws-xray-sdk-core to 3.0.0-alpha.2. See aws-xray-sdk-core's CHANGELOG.md for package changes.

14

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

@@ -12,9 +12,9 @@ "author": "Amazon Web Services",

"engines": {
"node": ">= 4.x"
"node": ">= 10.x"
},
"dependencies": {
"aws-xray-sdk-core": "^3.0.0-alpha.2",
"aws-xray-sdk-express": "^3.0.0-alpha.2",
"aws-xray-sdk-mysql": "^3.0.0-alpha.2",
"aws-xray-sdk-postgres": "^3.0.0-alpha.2",
"aws-xray-sdk-core": "^3.0.0",
"aws-xray-sdk-express": "^3.0.0",
"aws-xray-sdk-mysql": "^3.0.0",
"aws-xray-sdk-postgres": "^3.0.0",
"pkginfo": "^0.4.0"

@@ -39,3 +39,3 @@ },

"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/full_sdk",
"gitHead": "77a4358f9e40e4666b764e2753ec55a929e09297"
"gitHead": "bfbc97d88f8452a288dc6396c9cc0f9cffcf45fd"
}
## Requirements
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 (if using `captureMySQL`)
Postgres 6.1.0 or greater (if using `capturePostgres`)
* 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 (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 except `aws-xray-sdk-restify` which is still in beta.
This package includes the following AWS X-Ray packages.

@@ -32,2 +32,2 @@ aws-xray-sdk-core

* [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)
* [Restify](https://github.com/aws/aws-xray-sdk-node/tree/master/packages/restify)
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