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

@rettersoft/retter-log

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rettersoft/retter-log - npm Package Compare versions

Comparing version

to
1.2.2

3

dist/index.js

@@ -32,2 +32,5 @@ "use strict";

}
else {
origlog(args);
}
};

@@ -34,0 +37,0 @@ }

5

index.ts
const {RETTERLOG_KINESIS} = process.env;
import AWS from "aws-sdk";
import { PromiseResult } from "aws-sdk/lib/request";
import { PutRecordsRequestEntryList } from "aws-sdk/clients/kinesis";
import AWS from "aws-sdk";

@@ -35,2 +35,5 @@

}
else{
origlog(args);
}
};

@@ -37,0 +40,0 @@ }

{
"name": "@rettersoft/retter-log",
"version": "1.2.1",
"version": "1.2.2",
"description": "Streams logs with certain format",

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