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

stringify-object

Package Overview
Dependencies
Maintainers
7
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stringify-object - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0

4

index.js

@@ -86,3 +86,3 @@ 'use strict';

seen.pop(val);
seen.pop();

@@ -117,3 +117,3 @@ return expandWhiteSpace(ret);

seen.pop(val);
seen.pop();

@@ -120,0 +120,0 @@ return expandWhiteSpace(ret);

{
"name": "stringify-object",
"version": "3.2.2",
"version": "3.3.0",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",

@@ -32,3 +32,3 @@ "license": "BSD-2-Clause",

"dependencies": {
"get-own-enumerable-property-symbols": "^2.0.1",
"get-own-enumerable-property-symbols": "^3.0.0",
"is-obj": "^1.0.1",

@@ -35,0 +35,0 @@ "is-regexp": "^1.0.0"

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

[BSD license](http://opensource.org/licenses/bsd-license.php) © Yeoman Team
BSD-2-Clause © Yeoman team
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