Socket
Socket
Sign inDemoInstall

json-stream-stringify

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-stream-stringify - npm Package Compare versions

Comparing version 3.1.3 to 3.1.4

4

lib/cjs/index.js

@@ -389,6 +389,6 @@ 'use strict';

async read(size) {
async read() {
try {
let out = '';
const data = await readAsPromised(input, size);
const data = await readAsPromised(input);

@@ -395,0 +395,0 @@ if (data === null) {

@@ -386,6 +386,6 @@ 'use strict';

async read(size) {
async read() {
try {
let out = '';
const data = await readAsPromised(input, size);
const data = await readAsPromised(input);

@@ -392,0 +392,0 @@ if (data === null) {

@@ -389,6 +389,6 @@ (function (global, factory) {

async read(size) {
async read() {
try {
let out = '';
const data = await readAsPromised(input, size);
const data = await readAsPromised(input);

@@ -395,0 +395,0 @@ if (data === null) {

@@ -378,6 +378,6 @@ (function (global, factory) {

async read(size) {
async read() {
try {
let out = '';
const data = await readAsPromised(input, size);
const data = await readAsPromised(input);

@@ -384,0 +384,0 @@ if (data === null) {

{
"name": "json-stream-stringify",
"description": "JSON.Stringify as a readable stream",
"version": "3.1.3",
"version": "3.1.4",
"license": "MIT",

@@ -74,3 +74,3 @@ "author": "Faleij <faleij@gmail.com> (https://github.com/faleij)",

"volta": {
"node": "18.19.1"
"node": "18.20.0"
},

@@ -77,0 +77,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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