New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@compassdigital/provider

Package Overview
Dependencies
Maintainers
16
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compassdigital/provider - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

11

lib/index.js

@@ -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",

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