stringify-object
Advanced tools
Comparing version 3.2.2 to 3.3.0
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8120
+ Addedget-own-enumerable-property-symbols@3.0.2(transitive)
- Removedget-own-enumerable-property-symbols@2.0.1(transitive)