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

stringify-object

Package Overview
Dependencies
Maintainers
9
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.0 to 3.2.1

2

index.js
'use strict';
const isRegexp = require('is-regexp');
const isObj = require('is-obj');
const getOwnEnumPropSymbols = require('get-own-enumerable-property-symbols');
const getOwnEnumPropSymbols = require('get-own-enumerable-property-symbols').default;

@@ -6,0 +6,0 @@ module.exports = (val, opts, pad) => {

{
"name": "stringify-object",
"version": "3.2.0",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
"license": "BSD-2-Clause",
"repository": "yeoman/stringify-object",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && mocha"
},
"files": [
"index.js"
],
"keywords": [
"object",
"stringify",
"pretty",
"print",
"dump",
"format",
"type",
"json"
],
"dependencies": {
"get-own-enumerable-property-symbols": "^1.0.1",
"is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
},
"devDependencies": {
"mocha": "*",
"xo": "*"
},
"xo": {
"esnext": true
}
"name": "stringify-object",
"version": "3.2.1",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
"license": "BSD-2-Clause",
"repository": "yeoman/stringify-object",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"object",
"stringify",
"pretty",
"print",
"dump",
"format",
"type",
"json"
],
"dependencies": {
"get-own-enumerable-property-symbols": "^2.0.1",
"is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}

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

```
$ npm install --save stringify-object
$ npm install stringify-object
```

@@ -66,3 +66,3 @@

Type: `string`<br>
Default: `'\t'`
Default: `\t`

@@ -69,0 +69,0 @@ Preferred indentation.

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