Socket
Socket
Sign inDemoInstall

stringify-object

Package Overview
Dependencies
0
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

component.json

13

package.json
{
"name": "stringify-object",
"version": "0.1.2",
"description": "Stringify an object using a custom indentation",
"version": "0.1.3",
"description": "Stringify an object using custom indentation",
"keywords": [

@@ -20,3 +20,3 @@ "object",

},
"main": "lib/stringify-object.js",
"main": "stringify-object.js",
"repository": {

@@ -27,6 +27,9 @@ "type": "git",

"scripts": {
"test": "node node_modules/mocha/bin/mocha test/test-*.js"
"test": "mocha && phantomjs node_modules/mocha-phantomjs/lib/mocha-phantomjs.coffee test/test.html"
},
"devDependencies": {
"mocha": "~1.7.4"
"mocha": "~1.8.2",
"chai": "~1.5.0",
"phantomjs": "~1.8.2-2",
"mocha-phantomjs": "~2.0.1"
},

@@ -33,0 +36,0 @@ "engines": {

# stringify-object [![Build Status](https://secure.travis-ci.org/yeoman/stringify-object.png?branch=master)](http://travis-ci.org/yeoman/stringify-object)
Stringify an object using a custom indentation
Stringify an object using custom indentation

@@ -8,3 +8,3 @@

Install and add to package.json using NPM: `npm install --save stringify-object`
Install and add to package.json using npm: `npm install --save stringify-object`

@@ -31,3 +31,3 @@ ```js

```html
<script src="object-stringify.js"></script>
<script src="stringify-object.js"></script>
```

@@ -54,3 +54,3 @@

Accepts a plain object to stringify and optionally and option object.
Accepts an object to stringify and optionally a option object. Circular references will be replaced with `null`.

@@ -57,0 +57,0 @@ #### Options

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