New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fun-forge/dev-tools

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fun-forge/dev-tools - npm Package Compare versions

Comparing version 1.0.1-alpha.6 to 1.0.1-alpha.7

4

dist/index.d.ts

@@ -5,3 +5,3 @@ import { IBaseDialogProps, IButtonProps } from "./behaviour";

import { WalletController } from "./wallet";
import { IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData } from "./wallet/types";
export { Tracker, ITrackerBehaviour, AcceptableTrackParams, TelegramCommander, ITelegramWalletConfig, IBaseDialogProps, IButtonProps, WalletController, IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, };
import { IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, WalletType } from "./wallet/types";
export { Tracker, ITrackerBehaviour, AcceptableTrackParams, TelegramCommander, ITelegramWalletConfig, IBaseDialogProps, IButtonProps, WalletController, IGlobalWallet, IConnectWalletResponse, IWalletBaseBehaviour, IWalletCoreData, WalletType, };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalletController = exports.TelegramCommander = exports.Tracker = void 0;
exports.WalletType = exports.WalletController = exports.TelegramCommander = exports.Tracker = void 0;
var track_1 = require("./track");

@@ -10,2 +10,4 @@ Object.defineProperty(exports, "Tracker", { enumerable: true, get: function () { return track_1.Tracker; } });

Object.defineProperty(exports, "WalletController", { enumerable: true, get: function () { return wallet_1.WalletController; } });
var types_1 = require("./wallet/types");
Object.defineProperty(exports, "WalletType", { enumerable: true, get: function () { return types_1.WalletType; } });
//# sourceMappingURL=index.js.map
{
"name": "@fun-forge/dev-tools",
"version": "1.0.1-alpha.6",
"version": "1.0.1-alpha.7",
"description": "used to build up telegram mini games",

@@ -5,0 +5,0 @@ "repository": {

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