Socket
Socket
Sign inDemoInstall

json-buffer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-buffer - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

index.js

@@ -21,3 +21,3 @@ var Buffer = require('buffer').Buffer

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

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

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

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

@@ -30,2 +30,5 @@

string: ':base64:'+ new Buffer('x').toString('base64')
},
undefined: {
empty: undefined
}

@@ -32,0 +35,0 @@ }

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