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

stream-json

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stream-json - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

tests/test_stringer.js

2

package.json
{
"name": "stream-json",
"version": "0.5.3",
"version": "0.6.0",
"description": "stream-json is a SAX-inspired stream components with a minimal memory footprint to parse huge JSON files. Includes utilities to stream Django-like JSON database dumps.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/uhop/stream-json",

@@ -37,3 +37,3 @@ "use strict";

function test_no_json_objects (t) {
var async = t.startAsync("test_json_objects");
var async = t.startAsync("test_no_json_objects");

@@ -40,0 +40,0 @@ var stream = StreamJsonObjects.make(),

@@ -16,2 +16,3 @@ "use strict";

require("./test_assembler");
require("./test_stringer");
require("./test_primitives");

@@ -18,0 +19,0 @@ require("./test_sliding");

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