Socket
Socket
Sign inDemoInstall

bigval

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.1.1](https://github.com/erdDEVcode/bigval/compare/v1.1.0...v1.1.1) (2021-01-09)
### Bug Fixes
* method name ([824cebd](https://github.com/erdDEVcode/bigval/commit/824cebd9a259a515ef536c7c34ee91aae04ac501))
# [1.1.0](https://github.com/erdDEVcode/bigval/compare/v1.0.2...v1.1.0) (2021-01-09)

@@ -2,0 +9,0 @@

4

dist/cjs/index.d.ts

@@ -113,5 +113,5 @@ import { Decimal } from 'decimal.js';

*/
tominScale(): BigVal;
toMinScale(): BigVal;
/**
* Convert to normal scale.
* Convert to 'coins' scale.
*/

@@ -118,0 +118,0 @@ toCoinsScale(): BigVal;

@@ -133,3 +133,3 @@ "use strict";

*/
tominScale() {
toMinScale() {
if (this._scale === SCALE.min) {

@@ -145,3 +145,3 @@ return this;

/**
* Convert to normal scale.
* Convert to 'coins' scale.
*/

@@ -167,3 +167,3 @@ toCoinsScale() {

case SCALE.min:
return this.tominScale();
return this.toMinScale();
case SCALE.coins:

@@ -170,0 +170,0 @@ return this.toCoinsScale();

@@ -113,5 +113,5 @@ import { Decimal } from 'decimal.js';

*/
tominScale(): BigVal;
toMinScale(): BigVal;
/**
* Convert to normal scale.
* Convert to 'coins' scale.
*/

@@ -118,0 +118,0 @@ toCoinsScale(): BigVal;

@@ -130,3 +130,3 @@ import { Decimal } from 'decimal.js';

*/
tominScale() {
toMinScale() {
if (this._scale === SCALE.min) {

@@ -142,3 +142,3 @@ return this;

/**
* Convert to normal scale.
* Convert to 'coins' scale.
*/

@@ -164,3 +164,3 @@ toCoinsScale() {

case SCALE.min:
return this.tominScale();
return this.toMinScale();
case SCALE.coins:

@@ -167,0 +167,0 @@ return this.toCoinsScale();

{
"name": "bigval",
"version": "1.1.0",
"version": "1.1.1",
"description": ".",

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

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc