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

cedar

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cedar - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

2

common/error/snippet-stack.js

@@ -63,3 +63,3 @@ /**

n = Array(numberLength - n.length + 1).join(' ') + n
message += '\n' + blockIndent + n + pipe + line.replace('\t', ' ') + colors.gray
message += '\n' + blockIndent + n + pipe + line.replace('\t', ' ').substr(0, 75) + colors.gray
}

@@ -66,0 +66,0 @@ lead *= decay

{
"name": "cedar",
"version": "0.3.3",
"version": "0.3.4",
"description": "User-friendly logger.",

@@ -5,0 +5,0 @@ "dependencies": {},

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