New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

stringify-debug

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stringify-debug - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
index.js

@@ -13,3 +13,3 @@ var arrayify = require('arrayify-slice');

if (typeof info === 'function') {
return '[function]' + info.name;
return '[Function: ' + info.name + ']';
}

@@ -16,0 +16,0 @@ return info;

{
"name": "stringify-debug",
"version": "0.1.0",
"version": "0.1.1",
"description": "wrapper for debug, stringify object",

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