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.4 to 2.0.5

2

index.js

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

if(o && bops.is(o))
return JSON.stringify(':base64:' + o.toString('base64'))
return JSON.stringify(':base64:' + bops.to(o, 'base64'))

@@ -12,0 +12,0 @@ if(o && o.toJSON)

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

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

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