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

@notifi-network/notifi-core

Package Overview
Dependencies
Maintainers
1
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.19 to 0.0.1-alpha.20

2

dist/services/SourceGroupsService.d.ts

@@ -0,4 +1,6 @@

import { Source } from './SourcesService';
export declare type SourceGroup = Readonly<{
id: string | null;
name: string | null;
sources: ReadonlyArray<Source>;
}>;

@@ -5,0 +7,0 @@ export declare type GetSourceGroupsResult = ReadonlyArray<SourceGroup>;

4

package.json
{
"name": "@notifi-network/notifi-core",
"version": "0.0.1-alpha.19+b235124",
"version": "0.0.1-alpha.20+865512e",
"description": "> TODO: description",

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

},
"gitHead": "b235124c2d527a133b95a4b04bb3024f3f6bd02a"
"gitHead": "865512e52ea8a55c5b198cf78a60fe7e92211fd3"
}

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