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

aws-xray-sdk-postgres

Package Overview
Dependencies
Maintainers
15
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.4.0 to 2.5.0

lib/index.d.ts

18

package.json
{
"name": "aws-xray-sdk-postgres",
"version": "2.4.0",
"version": "2.5.0",
"description": "AWS X-Ray Patcher for Postgres (Javascript)",

@@ -10,2 +10,3 @@ "author": "Amazon Web Services",

"main": "lib/index.js",
"types": "lib/index.d.ts",
"engines": {

@@ -17,7 +18,10 @@ "node": ">= 4.x"

},
"dependencies": {
"@types/pg": "*"
},
"peerDependencies": {
"aws-xray-sdk-core": "^2.4.0"
"aws-xray-sdk-core": "^2.5.0"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.4.0",
"aws-xray-sdk-core": "^2.5.0",
"chai": "^3.5.0",

@@ -31,6 +35,8 @@ "eslint": "^4.19.1",

"sinon": "^4.5.0",
"sinon-chai": "^2.8.0"
"sinon-chai": "^2.8.0",
"tsd": "^0.10.0"
},
"scripts": {
"test": "mocha --recursive ./test/ -R spec"
"test": "mocha --recursive ./test/ -R spec && tsd",
"test-d": "tsd"
},

@@ -48,3 +54,3 @@ "keywords": [

"repository": "https://github.com/aws/aws-xray-sdk-node/tree/master/packages/postgres",
"gitHead": "6369ce4323310c8794ada8581cfc802b6dcc668e"
"gitHead": "9cb04b6ddcabca33dc483c8e1d3e82d6fb108e80"
}
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