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

oboe

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oboe - npm Package Compare versions

Comparing version 1.14.1 to 1.14.2

2

component.json
{
"name": "oboe",
"version": "1.14.1",
"version": "1.14.2",
"main": "dist/oboe-browser.js",

@@ -5,0 +5,0 @@ "ignore": [

{
"name": "oboe",
"title": "Oboe.js",
"version": "1.14.1",
"version": "1.14.2",
"description": "Oboe.js reads json, giving you the objects as they are found without waiting for the stream to finish",

@@ -6,0 +6,0 @@ "main": "./dist/oboe-node.js",

@@ -133,3 +133,3 @@

function () {
return !!(callbackSpy.calls.length == 100);
return callbackSpy.calls.length == 100;
},

@@ -154,3 +154,3 @@ '100 callbacks',

function () {
return !!(callbackSpy.calls.length == 10);
return callbackSpy.calls.length == 10;
},

@@ -157,0 +157,0 @@ '100 callbacks'

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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