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.0.0 to 1.1.0

9

dist/index.js

@@ -146,5 +146,6 @@ 'use strict';

}
const { jwtAccess, signedRequest, response } = yield _this.fileUploadMetaPromise;
_this.uploads.push(jwtAccess);
const { jwtAccess, signedRequest, response, url } = yield _this.fileUploadMetaPromise;
debuglog(`Signer response: ${response}`);
if (signedRequest) {
debuglog(`Signed request received for ${url}`);
yield request({

@@ -157,2 +158,6 @@ url: signedRequest,

});
if (typeof _this.invocationInstance.context.iopipe.label === 'function') {
_this.invocationInstance.context.iopipe.label('@iopipe/plugin-logger');
}
_this.uploads.push(jwtAccess);
} else {

@@ -159,0 +164,0 @@ debuglog(`Bad signer response: ${response}`);

{
"name": "@iopipe/logger",
"version": "1.0.0",
"version": "1.1.0",
"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