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

@chainify/types

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainify/types - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

6

CHANGELOG.md
# @chainify/types
## 1.0.8
### Patch Changes
- - target is now es6
## 1.0.7

@@ -4,0 +10,0 @@

12

dist/lib/Address.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Address = void 0;
var Address = /** @class */ (function () {
function Address(fields) {
var _this = this;
this.toString = function () {
return _this.address;
class Address {
constructor(fields) {
this.toString = () => {
return this.address;
};

@@ -14,5 +13,4 @@ if (fields) {

}
return Address;
}());
}
exports.Address = Address;
//# sourceMappingURL=Address.js.map

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

exports.BigNumber = void 0;
var bignumber_js_1 = __importDefault(require("bignumber.js"));
const bignumber_js_1 = __importDefault(require("bignumber.js"));
exports.BigNumber = bignumber_js_1.default;

@@ -24,0 +24,0 @@ __exportStar(require("./Address"), exports);

{
"name": "@chainify/types",
"version": "1.0.7",
"version": "1.0.8",
"description": "",

@@ -5,0 +5,0 @@ "author": "Liquality <info@liquality.io>",

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