@compassdigital/provider
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -5,6 +5,7 @@ "use strict"; | ||
AWSXRay.captureHTTPsGlobal(require('http')); | ||
AWSXRay.captureHTTPsGlobal(require('https')); | ||
AWSXRay.capturePromise(); | ||
const EventEmitter = require("events"), | ||
Hapi = require("hapi"), | ||
Hapi = require("hapi"), | ||
request = require("@compassdigital/superagent"), | ||
@@ -358,4 +359,4 @@ mergejson = require("@compassdigital/mergejson"), | ||
const aws_context = this.aws_context; | ||
const duration = aws_context && | ||
typeof aws_context.getRemainingTimeInMillis === 'function' ? | ||
const duration = aws_context && | ||
typeof aws_context.getRemainingTimeInMillis === 'function' ? | ||
aws_context.getRemainingTimeInMillis() - 200 : | ||
@@ -439,4 +440,4 @@ 27000; | ||
const aws_context = this.aws_context; | ||
const duration = aws_context && | ||
typeof aws_context.getRemainingTimeInMillis === 'function' ? | ||
const duration = aws_context && | ||
typeof aws_context.getRemainingTimeInMillis === 'function' ? | ||
aws_context.getRemainingTimeInMillis() - 100 : | ||
@@ -443,0 +444,0 @@ 27100; |
{ | ||
"name": "@compassdigital/provider", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@compassdigital/auth": "^3.0.1", | ||
"@compassdigital/auth": "^3.0.3", | ||
"@compassdigital/log": "^0.3.1", | ||
@@ -32,0 +32,0 @@ "@compassdigital/mergejson": "^1.1.0", |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
51684
1286
2
+ Addedfor-each@0.3.4(transitive)
+ Addedlong@5.2.4(transitive)
+ Addedpg-protocol@1.7.0(transitive)
+ Addedpossible-typed-array-names@1.0.0(transitive)
- Removedfor-each@0.3.5(transitive)
- Removedlong@5.3.0(transitive)
- Removedpg-protocol@1.7.1(transitive)
- Removedpossible-typed-array-names@1.1.0(transitive)
Updated@compassdigital/auth@^3.0.3