Socket
Socket
Sign inDemoInstall

stringify-object

Package Overview
Dependencies
0
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

2

package.json
{
"name": "stringify-object",
"version": "0.1.4",
"version": "0.1.5",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",

@@ -5,0 +5,0 @@ "keywords": [

@@ -101,2 +101,1 @@ # stringify-object [![Build Status](https://secure.travis-ci.org/yeoman/stringify-object.png?branch=master)](http://travis-ci.org/yeoman/stringify-object)

[BSD license](http://opensource.org/licenses/bsd-license.php) and copyright Google
or

@@ -37,3 +37,3 @@ /*global window */

if (typeof val === 'number') {
if (typeof val === 'number' || typeof val === 'boolean') {
return val;

@@ -40,0 +40,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc