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

@haechi-labs/henesis-tracker

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@haechi-labs/henesis-tracker - npm Package Compare versions

Comparing version 1.0.0-beta.11 to 1.0.0-beta.12

10

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [1.0.0-beta.11](https://github.com/HAECHI-LABS/henesis-sdk-js/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2019-12-13)
# [1.0.0-beta.12](https://github.com/HAECHI-LABS/henesis-sdk-js/compare/v1.0.0-beta.10...v1.0.0-beta.12) (2020-01-17)

@@ -15,2 +15,10 @@ **Note:** Version bump only for package @haechi-labs/henesis-tracker

# [1.0.0-beta.11](https://github.com/HAECHI-LABS/henesis-sdk-js/compare/v1.0.0-beta.10...v1.0.0-beta.11) (2020-01-17)
**Note:** Version bump only for package @haechi-labs/henesis-tracker
# [1.0.0-beta.10](https://github.com/HAECHI-LABS/henesis-sdk-js/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2019-11-02)

@@ -17,0 +25,0 @@

5

lib/factories/TrackerMethodFactory.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const TrackTransaction_1 = require("../methods/transaction/TrackTransaction");
const TrackTransaction_1 = __importDefault(require("../methods/transaction/TrackTransaction"));
const henesis_core_1 = require("@haechi-labs/henesis-core");

@@ -5,0 +8,0 @@ class TrackerMethodFactory extends henesis_core_1.MethodFactory {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const TransactionsSubscription_1 = require("../subscriptions/TransactionsSubscription");
const TransactionsSubscription_1 = __importDefault(require("../subscriptions/TransactionsSubscription"));
const henesis_core_1 = require("@haechi-labs/henesis-core");

@@ -5,0 +8,0 @@ class TrackerSubscriptionsFactory extends henesis_core_1.SubscriptionsFactory {

"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const TransactionTracker_1 = require("./TransactionTracker");
const TransactionTracker_1 = __importDefault(require("./TransactionTracker"));
exports.default = TransactionTracker_1.default;
//# sourceMappingURL=index.js.map
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const TrackerMethodFactory_1 = require("./factories/TrackerMethodFactory");
const TrackerSubscriptionsFactory_1 = require("./factories/TrackerSubscriptionsFactory");
const TrackerProviderController_1 = require("./controllers/TrackerProviderController");
const TrackerMethodFactory_1 = __importDefault(require("./factories/TrackerMethodFactory"));
const TrackerSubscriptionsFactory_1 = __importDefault(require("./factories/TrackerSubscriptionsFactory"));
const TrackerProviderController_1 = __importDefault(require("./controllers/TrackerProviderController"));
const henesis_provider_1 = require("@haechi-labs/henesis-provider");

@@ -7,0 +10,0 @@ const henesis_core_1 = require("@haechi-labs/henesis-core");

{
"name": "@haechi-labs/henesis-tracker",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.12",
"description": "henesis-tracker",

@@ -15,7 +15,7 @@ "main": "./lib/index.js",

"dependencies": {
"@haechi-labs/henesis-core": "^1.0.0-beta.10",
"@haechi-labs/henesis-provider": "^1.0.0-beta.5",
"@haechi-labs/henesis-subscription": "^1.0.0-beta.8"
"@haechi-labs/henesis-core": "^1.0.0-beta.12",
"@haechi-labs/henesis-provider": "^1.0.0-beta.12",
"@haechi-labs/henesis-subscription": "^1.0.0-beta.12"
},
"gitHead": "37543c087183a792abf528a6fa6a91cc4cc26539"
"gitHead": "58e28f1f05ce7505b45f12b1f0f0bb6a28771311"
}

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