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

@byhealth/data-reporter

Package Overview
Dependencies
Maintainers
3
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.2 to 1.0.0-beta.3

2

dist/index.cjs.js

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

const config = {
SDK_VERSION: "1.0.0-beta.2",
SDK_VERSION: "1.0.0-beta.3",
DEBUG: false,

@@ -15,0 +15,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data',

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

const config = {
SDK_VERSION: "1.0.0-beta.2",
SDK_VERSION: "1.0.0-beta.3",
DEBUG: false,

@@ -13,0 +13,0 @@ API_URL: 'https://trk.by-health.com/trk-api/trk/data',

{
"name": "@byhealth/data-reporter",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"browser": "./dist/index.min.js",
"types": "./dist/index.d.ts",

@@ -18,2 +17,6 @@ "files": [

},
"scripts": {
"start": "rollup -c rollup.config.mjs -w",
"build": "rollup -c rollup.config.mjs"
},
"dependencies": {

@@ -28,7 +31,3 @@ "flatted": "^3.3.1",

"author": "pengxp <pengxp@by-health.com>",
"license": "MIT",
"scripts": {
"start": "rollup -c rollup.config.mjs -w",
"build": "rollup -c rollup.config.mjs"
}
}
"license": "MIT"
}
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