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

kinene

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinene - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

11

lib/services/kinene.js

@@ -83,2 +83,3 @@ 'use strict';

...logInfo,
tags,
source: logInfo.source || LOGS_SOURCE,

@@ -98,4 +99,5 @@ isTest: testMode

if (!kinesisBackupUrl) {
this.localLog(['error'], {
error: `Kinesis failed; no kinesisBackupUrl provided.\n\nError: ${err.message}`
this.localLog(['error', 'kinene'], {
error: `Kinesis failed; no kinesisBackupUrl provided.\n\nError: ${err.message}`,
logInfo
});

@@ -106,4 +108,5 @@

this.localLog(['error'], {
error: `Kinesis failed: ${err.message}`
this.localLog(['error', 'kinene'], {
error: `Kinesis failed: ${err.message}`,
logInfo
});

@@ -110,0 +113,0 @@

{
"name": "kinene",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

@@ -5,0 +5,0 @@ "author": "wswoodruff",

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