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

json-ascii

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-ascii - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

7

json-ascii.js
'use strict'
const ObjectPropertyBase64Encoder = require('./object-property-base64-encoder')
class JSONAscii {

@@ -53,2 +55,5 @@

module.exports = new JSONAscii()
const jsonAscii = new JSONAscii()
module.exports.jsonAscii = jsonAscii
module.exports.objectPropertyBase64Encoder = new ObjectPropertyBase64Encoder()

2

package.json
{
"name": "json-ascii",
"version": "3.0.0",
"version": "3.1.0",
"description": "encodes and decodes utf8 four byte characters",

@@ -5,0 +5,0 @@ "main": "json-ascii.js",

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