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

@heathmont/lab-flask

Package Overview
Dependencies
Maintainers
53
Versions
232
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heathmont/lab-flask - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "@heathmont/lab-flask",
"version": "0.1.0",
"version": "0.1.1",
"author": "Margus Lamp",

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

import 'source-map-support/register';
import { sendRequest } from './sendRequest';
import { Proto } from '@heathmont/coingaming-protobuf';
import { Proto, Google } from '@heathmont/coingaming-protobuf';
import * as HmCrypto from 'hm-crypto-nodejs';

@@ -14,2 +14,7 @@ import { sendHealthCheck } from './sendHealthCheck';

import { Implementations, privateImplemenSubstance } from './implementSubstance';
import BigNumber from 'bignumber.js';
import * as Long from 'long';
import { longToBigNumber } from './longToBigNumber';
import { decimalToBigNumber, udecimalToBigNumber } from './decimalToBigNumber';
import { moneyHelper, umoneyHelper } from './moneyHelper';

@@ -173,1 +178,14 @@ export const implementFlaskMeta = (metaFunction): Proto.Substance.Flask.Reaction.HealthCheck.Request => {

};
const defaultExport = {
init,
longToBigNumber,
decimalToBigNumber,
udecimalToBigNumber,
moneyHelper,
umoneyHelper,
Google,
Proto,
};
export default defaultExport;
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