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

@byhealth/data-reporter

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@byhealth/data-reporter - npm Package Compare versions

Comparing version 1.0.0-beta.12 to 1.0.0-beta.13

5

dist/index.cjs.js

@@ -13,3 +13,3 @@ 'use strict';

const config = {
SDK_VERSION: "1.0.0-beta.12",
SDK_VERSION: "1.0.0-beta.13",
DEBUG: false,

@@ -73,2 +73,5 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data',

}
get isFlushed() {
return this._captureQueue.length === 0;
}
on(hook, listener) {

@@ -75,0 +78,0 @@ if (!hook) {

1

dist/index.d.ts

@@ -160,2 +160,3 @@ interface ClientOptions {

constructor(options: ClientOptions & BaseClientOptions);
get isFlushed(): boolean;
on(hook: Hook, listener: Function): this | undefined;

@@ -162,0 +163,0 @@ off(hook: Hook, listener: Function): this | undefined;

@@ -11,3 +11,3 @@ import { nanoid } from 'nanoid';

const config = {
SDK_VERSION: "1.0.0-beta.12",
SDK_VERSION: "1.0.0-beta.13",
DEBUG: false,

@@ -71,2 +71,5 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data',

}
get isFlushed() {
return this._captureQueue.length === 0;
}
on(hook, listener) {

@@ -73,0 +76,0 @@ if (!hook) {

{
"name": "@byhealth/data-reporter",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js",

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