Socket
Socket
Sign inDemoInstall

renderkid

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

renderkid - npm Package Compare versions

Comparing version 2.0.7 to 3.0.0

CHANGELOG.md

10

lib/layout/SpecialString.js

@@ -96,12 +96,2 @@ "use strict";

}, {
key: "trimLeft",
value: function trimLeft() {
return new SpecialString(this.str.replace(/^\s+/, ''));
}
}, {
key: "trimRight",
value: function trimRight() {
return new SpecialString(this.str.replace(/\s+$/, ''));
}
}, {
key: "_getLength",

@@ -108,0 +98,0 @@ value: function _getLength() {

6

package.json
{
"name": "renderkid",
"version": "2.0.7",
"version": "3.0.0",
"description": "Stylish console.log for node",

@@ -11,3 +11,3 @@ "main": "lib/RenderKid.js",

"lodash": "^4.17.21",
"strip-ansi": "^3.0.1"
"strip-ansi": "^6.0.1"
},

@@ -21,3 +21,3 @@ "devDependencies": {

"coffeescript": "^2.5.1",
"mocha": "^9.0.0",
"mocha": "^9.1.3",
"sinon": "^11.1.1",

@@ -24,0 +24,0 @@ "sinon-chai": "^3.7.0"

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