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

wodge

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wodge - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

8

boil.json

@@ -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
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