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
5
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
3.0.0

7

dist/index.js

@@ -29,3 +29,3 @@ "use strict";

PartitionKey: Date.now().toString(),
Data: {
Data: JSON.stringify({
request,

@@ -36,3 +36,3 @@ response,

endpoint
}
})
}).promise();

@@ -43,3 +43,4 @@ }

catch (e) {
return;
console.warn(e);
return response;
}

@@ -46,0 +47,0 @@ }

@@ -38,4 +38,3 @@ import AWS from "aws-sdk";

PartitionKey: Date.now().toString(),
Data:
{
Data: JSON.stringify({
request,

@@ -46,3 +45,3 @@ response,

endpoint
}
})
}).promise();

@@ -53,3 +52,4 @@ }

catch(e){
return;
console.warn(e);
return response;
}

@@ -56,0 +56,0 @@ }

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

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