New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scores

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scores - npm Package Compare versions

Comparing version 3.9.1 to 3.9.2

8

lib/emitter.js

@@ -34,2 +34,6 @@ 'use strict'

const stringifyEvents = (events) => JSON.stringify(
events.map((event) => _.omit(event, '__raw'))
)
class ScoreEmitter extends EventEmitter {

@@ -157,4 +161,4 @@ constructor (options) {

this.logger.debug('[ALL]', JSON.stringify(allEvents))
this.logger.debug('[FILTERED]', JSON.stringify(filteredEvents))
this.logger.debug('[ALL]', stringifyEvents(allEvents))
this.logger.debug('[FILTERED]', stringifyEvents(filteredEvents))

@@ -161,0 +165,0 @@ // Emit for completed events only after the initial fetch

{
"name": "scores",
"description": "Track the completion of sports games from a URL.",
"version": "3.9.1",
"version": "3.9.2",
"author": "Luke Karrys <luke@lukekarrys.com>",

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

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