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

aws-xray-sdk

Package Overview
Dependencies
Maintainers
1
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.0 to 1.1.1

16

CHANGELOG.md
# Changelog for AWS X-Ray SDK for JavaScript
<!--LATEST=1.1.0-->
<!--LATEST=1.1.1-->
<!--ENTRYINSERT-->
## 1.1.1
* change: Updated aws-xray-sdk-core from 1.0.0-beta to 1.1.1. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-express from 1.0.0-beta to 1.1.1. See aws-xray-sdk-express's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes.
* change: Updated aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes.
## 1.1.0
* change: Updating aws-xray-sdk-core from 1.0.0-beta to 1.1.0. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updating aws-xray-sdk-express from 1.0.0-beta to 1.1.0. No further changes.
* change: Updating aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes.
* change: Updating aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes.
* change: Updated aws-xray-sdk-core from 1.0.0-beta to 1.1.0. See aws-xray-sdk-core's CHANGELOG.md for package changes.
* change: Updated aws-xray-sdk-express from 1.0.0-beta to 1.1.0. No further changes.
* change: Updated aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes.
* change: Updated aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes.

@@ -11,0 +17,0 @@ ## 1.0.6-beta

@@ -8,6 +8,6 @@ // Convenience file to require the SDK from the root of the repository

var UNKNOWN = 'unknown';
var pkginfo = module.filename ? require('pkginfo') : function() {};
pkginfo(module);
(function () {
require('pkginfo')(module);
var sdkData = AWSXRay.SegmentUtils.sdkData || { sdk: 'X-Ray for Node.js' };

@@ -14,0 +14,0 @@ sdkData.sdk_version = (module.exports && module.exports.version) ? module.exports.version : UNKNOWN;

{
"name": "aws-xray-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "AWS X-Ray SDK for Javascript",

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

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

@@ -20,0 +20,0 @@ },

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