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.6.2-alpha.4 to 0.6.2-alpha.5

1

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

3

dist/index.js

@@ -19,5 +19,4 @@ "use strict";

__exportStar(require("./operations"), exports);
__exportStar(require("./utils"), exports);
__exportStar(require("./NotifiClient"), exports);
__exportStar(require("./NotifiService"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDJDQUF5QjtBQUN6QiwrQ0FBNkI7QUFDN0IsMENBQXdCO0FBQ3hCLGlEQUErQjtBQUMvQixrREFBZ0MifQ==
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLDJDQUF5QjtBQUN6QiwrQ0FBNkI7QUFDN0IsaURBQStCO0FBQy9CLGtEQUFnQyJ9
import { Alert, Filter, Source, TargetGroup, User } from './models';
import { FilterOptionsBuilder } from './utils/FilterOptionsBuilder';
export declare type ClientData = Readonly<{

@@ -9,2 +8,7 @@ alerts: ReadonlyArray<Alert>;

}>;
export declare type AlertFrequency = 'ALWAYS' | 'SINGLE';
export declare type FilterOptions = Partial<Readonly<{
alertFrequency: AlertFrequency;
threshold: number;
}>>;
/**

@@ -50,3 +54,3 @@ * Input param for updating an Alert

filterId: string;
filterOptions?: FilterOptionsBuilder;
filterOptions?: FilterOptions;
emailAddress: string | null;

@@ -53,0 +57,0 @@ phoneNumber: string | null;

{
"name": "@notifi-network/notifi-core",
"version": "0.6.2-alpha.4+31fc5bf",
"version": "0.6.2-alpha.5+f2f79f1",
"description": "The interfaces for the core functionality provided by the SDK",

@@ -33,3 +33,3 @@ "author": "juni-notifi <hyungjoon.kim@notifi.network>",

},
"gitHead": "31fc5bf8f246291873b5f14d9426ef13295923f0"
"gitHead": "f2f79f1f6c7fe46299f6baa502fbeb420bcf970a"
}

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