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

@faast/ts-common

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@faast/ts-common - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

dist/lib/utils/helpers.d.ts
import BigNumber from 'bignumber.js';
import { Numeric } from '#/types';
import { Numeric } from '../types';
export declare function toBigNumber(value: Numeric): BigNumber;

@@ -4,0 +4,0 @@ export declare function toBigNumber(value: Numeric | null): BigNumber | null;

import BigNumber from 'bignumber.js';
import { isNil } from '#/guards';
import { isNil } from '../guards';
export function toBigNumber(value) {

@@ -4,0 +4,0 @@ if (isNil(value)) {

{
"name": "@faast/ts-common",
"version": "0.5.0",
"version": "0.5.1",
"description": "Common typescript types and utils used by faast",

@@ -5,0 +5,0 @@ "license": "MIT",

import BigNumber from 'bignumber.js'
import { Numeric } from '#/types'
import { isNil } from '#/guards'
import { Numeric } from '../types'
import { isNil } from '../guards'

@@ -5,0 +5,0 @@ export function toBigNumber(value: Numeric): BigNumber

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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