🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@oasisdex/utils

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oasisdex/utils - npm Package Compare versions

Comparing version
0.0.5
to
0.0.6
+1
-1
lib/src/index.d.ts

@@ -1,2 +0,2 @@

export { amountFromWei } from './utils';
export { amountFromWei, amountToWei, nullAddress } from './utils';
//# sourceMappingURL=index.d.ts.map

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

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC"}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.amountFromWei = void 0;
exports.nullAddress = exports.amountToWei = exports.amountFromWei = void 0;
var utils_1 = require("./utils");
Object.defineProperty(exports, "amountFromWei", { enumerable: true, get: function () { return utils_1.amountFromWei; } });
Object.defineProperty(exports, "amountToWei", { enumerable: true, get: function () { return utils_1.amountToWei; } });
Object.defineProperty(exports, "nullAddress", { enumerable: true, get: function () { return utils_1.nullAddress; } });
//# sourceMappingURL=index.js.map

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

{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAAwC;AAA/B,sGAAA,aAAa,OAAA"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,iCAAkE;AAAzD,sGAAA,aAAa,OAAA;AAAE,oGAAA,WAAW,OAAA;AAAE,oGAAA,WAAW,OAAA"}
{
"name": "@oasisdex/utils",
"version": "0.0.5",
"version": "0.0.6",
"description": "Utils",

@@ -22,3 +22,3 @@ "homepage": "https://github.com/OasisDEX/common#readme",

},
"gitHead": "ab296fb26f88afa1d0dc8bb1e093b6a03f2a3685"
"gitHead": "3d88c1597912ab5ee669cb3001f6cdf6e8bb2761"
}

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

export { amountFromWei } from './utils';
export { amountFromWei, amountToWei, nullAddress } from './utils';