Socket
Socket
Sign inDemoInstall

json-buffer

Package Overview
Dependencies
3
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

3

index.js

@@ -21,3 +21,4 @@ var bops = require('bops')

for(var k in o) {
if(Object.hasOwnProperty.call(o, k) && o[k] !== void(0)) {
var isFunction = 'function' == typeof o[k]
if(Object.hasOwnProperty.call(o, k) && o[k] !== void(0) && !isFunction) {
if(!first)

@@ -24,0 +25,0 @@ s += ','

{
"name": "json-buffer",
"description": "",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "https://github.com/dominictarr/json-buffer",

@@ -6,0 +6,0 @@ "repository": {

@@ -33,2 +33,5 @@

empty: undefined
},
fn: {
fn: function () {}
}

@@ -35,0 +38,0 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc