aws-xray-sdk-postgres
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34220
12
480
2
11
+ Added@types/pg@*
+ Added@types/pg@8.11.10(transitive)
+ Addedobuf@1.1.2(transitive)
+ Addedpg-int8@1.0.1(transitive)
+ Addedpg-numeric@1.0.2(transitive)
+ Addedpg-protocol@1.7.0(transitive)
+ Addedpg-types@4.0.2(transitive)
+ Addedpostgres-array@3.0.2(transitive)
+ Addedpostgres-bytea@3.0.0(transitive)
+ Addedpostgres-date@2.1.0(transitive)
+ Addedpostgres-interval@3.0.0(transitive)
+ Addedpostgres-range@1.1.4(transitive)