Comparing version 0.6.2 to 0.6.3
@@ -497,3 +497,3 @@ { | ||
"type": "Array", | ||
"description": "", | ||
"description": "first array to compare", | ||
"default": "", | ||
@@ -506,3 +506,3 @@ "optional": "", | ||
"type": "Array", | ||
"description": "", | ||
"description": "second array to compare", | ||
"default": "", | ||
@@ -536,3 +536,5 @@ "optional": "", | ||
], | ||
"examples": [], | ||
"examples": [ | ||
"> w.escapeForJSON(\"hello\\nthere\")\n'hello\\\\nthere'" | ||
], | ||
"returns": { | ||
@@ -539,0 +541,0 @@ "type": "string", |
{ | ||
"name": "wodge", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"description": "a wodge of functional dough", | ||
@@ -5,0 +5,0 @@ "main": "lib/wodge.js", |
@@ -367,4 +367,4 @@ [![view on npm](http://img.shields.io/npm/v/wodge.svg)](https://www.npmjs.org/package/wodge) | ||
###Parameters | ||
a {Array} - | ||
b {Array} - | ||
a {Array} - first array to compare | ||
b {Array} - second array to compare | ||
@@ -384,4 +384,9 @@ ###Example | ||
###Example | ||
```js | ||
> w.escapeForJSON("hello\nthere") | ||
'hello\\nthere' | ||
``` | ||
**Returns** string | ||
53346
1254
391