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

node-stringify

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stringify - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

node-stringify.js

@@ -20,2 +20,6 @@ var _ = require('underscore')

if (_.isArguments(obj)) {
obj = _.toArray(obj)
}
if (_.isArray(obj)) {

@@ -22,0 +26,0 @@ return '[' + _.map(obj, stringify).join(',') + ']'

2

package.json
{
"name": "node-stringify",
"version": "0.0.14",
"version": "0.0.15",
"author": {

@@ -5,0 +5,0 @@ "name": "Chiang Fu",

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