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

@iopipe/logger

Package Overview
Dependencies
Maintainers
9
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iopipe/logger - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

10

dist/index.js

@@ -79,3 +79,4 @@ 'use strict';

auth: this.invocationInstance.config.clientId,
extension: '.log'
extension: '.log',
requestId: this.invocationInstance.context && this.invocationInstance.context.awsRequestId
});

@@ -147,4 +148,5 @@ }

}
const { jwtAccess, signedRequest, response, url } = yield _this.fileUploadMetaPromise;
debuglog(`Signer response: ${response}`);
const requestData = yield _this.fileUploadMetaPromise;
const { jwtAccess, signedRequest, url } = requestData;
debuglog(`Signer response: ${JSON.stringify(requestData)}`);
if (signedRequest) {

@@ -164,3 +166,3 @@ debuglog(`Signed request received for ${url}`);

} else {
debuglog(`Bad signer response: ${response}`);
debuglog(`Bad signer response: ${JSON.stringify(requestData)}`);
}

@@ -167,0 +169,0 @@ } catch (err) {

2

package.json
{
"name": "@iopipe/logger",
"version": "1.1.0",
"version": "1.1.1",
"description": "IOpipe plugin for logging",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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