Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

object-to-human-string

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-to-human-string - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

lib/index.js

@@ -15,3 +15,2 @@ var toHumanString = function(value, level, options) {

for (var o in options) {
console.log("Mapping", o);
opts[o] = options[o];

@@ -24,5 +23,3 @@ }

}
console.log("Options is now", opts);
var errorString = "";

@@ -42,2 +39,2 @@

module.exports = toHumanString;
module.exports = toHumanString;
{
"name": "object-to-human-string",
"version": "0.0.2",
"version": "0.0.3",
"description": "Converts objects into human readable strings",

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

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