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

@notifi-network/notifi-core

Package Overview
Dependencies
Maintainers
2
Versions
448
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notifi-network/notifi-core - npm Package Compare versions

Comparing version 0.0.1-alpha.23 to 0.0.4-alpha.6

dist/models/Alert.d.ts

5

dist/index.d.ts

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

export * from './services';
export * from './models';
export * from './operations';
export * from './NotifiClient';
export * from './NotifiService';
//# sourceMappingURL=index.d.ts.map

7

dist/index.js

@@ -13,3 +13,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./services"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsNkNBQTJCIn0=
__exportStar(require("./models"), exports);
__exportStar(require("./operations"), exports);
__exportStar(require("./NotifiClient"), exports);
__exportStar(require("./NotifiService"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O0FBQUEsMkNBQXlCO0FBQ3pCLCtDQUE2QjtBQUM3QixpREFBK0I7QUFDL0Isa0RBQWdDIn0=
{
"name": "@notifi-network/notifi-core",
"version": "0.0.1-alpha.23+d3947a0",
"description": "> TODO: description",
"version": "0.0.4-alpha.6+9db19f9",
"description": "The interfaces for the core functionality provided by the SDK",
"author": "Juni Kim <73hKrn@gmail.com>",
"homepage": "https://github.com/nimesh-irisio/notifi-sdk#readme",
"license": "MIT",
"main": "./dist/index.js",
"main": "dist/index.js",
"types": "./dist/index.d.ts",

@@ -39,3 +39,3 @@ "files": [

},
"gitHead": "d3947a0716d2f2785362ae8a17bb990af801e053"
"gitHead": "9db19f9bd7addce02b62151079a82d41c17f3e80"
}

@@ -0,0 +0,0 @@ # `@notifi-network/notifi-core`

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