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

@notifi-network/notifi-react-hooks

Package Overview
Dependencies
Maintainers
2
Versions
522
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-react-hooks - npm Package Compare versions

Comparing version 0.0.4-alpha.11 to 0.0.4-alpha.13

3

dist/hooks/index.d.ts
import useNotifiClient, { MessageSigner } from './useNotifiClient';
export { useNotifiClient, MessageSigner };
import { BlockchainEnvironment } from './useNotifiConfig';
export { BlockchainEnvironment, useNotifiClient, MessageSigner };
//# sourceMappingURL=index.d.ts.map

@@ -6,5 +6,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.useNotifiClient = void 0;
exports.useNotifiClient = exports.BlockchainEnvironment = void 0;
const useNotifiClient_1 = __importDefault(require("./useNotifiClient"));
exports.useNotifiClient = useNotifiClient_1.default;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9saWIvaG9va3MvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsd0VBQW1FO0FBRTFELDBCQUZGLHlCQUFlLENBRUUifQ==
const useNotifiConfig_1 = require("./useNotifiConfig");
Object.defineProperty(exports, "BlockchainEnvironment", { enumerable: true, get: function () { return useNotifiConfig_1.BlockchainEnvironment; } });
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9saWIvaG9va3MvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7O0FBQUEsd0VBQW1FO0FBR25DLDBCQUh6Qix5QkFBZSxDQUd5QjtBQUYvQyx1REFBMEQ7QUFFakQsc0dBRkEsdUNBQXFCLE9BRUEifQ==
{
"name": "@notifi-network/notifi-react-hooks",
"version": "0.0.4-alpha.11+8a543f4",
"version": "0.0.4-alpha.13+b533cce",
"description": "React hooks provided as a convenience wrapper around notifi.network platform functionality",

@@ -42,3 +42,3 @@ "author": "Juni Kim <73hKrn@gmail.com>",

"dependencies": {
"@notifi-network/notifi-axios-adapter": "^0.0.4-alpha.11+8a543f4",
"@notifi-network/notifi-axios-adapter": "^0.0.4-alpha.13+b533cce",
"axios": "^0.26.0",

@@ -52,3 +52,3 @@ "typescript": "^4.5.5",

},
"gitHead": "8a543f455e629bfded3d7a3f76507cfdab78fcda"
"gitHead": "b533ccee0ab8aa580f154852956c7821e8411363"
}

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