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

@0xsquid/squid-share

Package Overview
Dependencies
Maintainers
2
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsquid/squid-share - npm Package Compare versions

Comparing version 0.1.122 to 0.1.123

5

dist/adapters/logger/DefaultLogger.js

@@ -42,6 +42,3 @@ "use strict";

const app = metadata.app;
return `${timestamp} ${app || ""} ${level || ""} ${traceId || ""} ${integratorId || ""}: ${(0, lodash_1.trim)((message || ""))}` +
stack
? `- ${stack}`
: "";
return (`${timestamp} ${app || ""} ${level || ""} ${traceId || ""} ${integratorId || ""}: ${(0, lodash_1.trim)((message || ""))}` + (stack ? `- ${stack}` : ""));
});

@@ -48,0 +45,0 @@ winstonLogger;

2

package.json
{
"name": "@0xsquid/squid-share",
"version": "0.1.122",
"version": "0.1.123",
"description": "JS and TS share relating to 0xsquid related projects.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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