Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.13 to 0.0.14

5

lib/console.js

@@ -106,3 +106,6 @@ var fs = require('fs');

if (data === null) {
data = red + 'null' + bash;
data = 'null';
if (stack) {
data = red + data + bash;
}
}

@@ -109,0 +112,0 @@ else if (typeof data == 'function') {

2

package.json

@@ -15,3 +15,3 @@ {

],
"version": "0.0.13",
"version": "0.0.14",
"main": "cedar.js",

@@ -18,0 +18,0 @@ "homepage": "http://github.com/zerious/cedar",

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