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

frint

Package Overview
Dependencies
Maintainers
7
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frint - npm Package Compare versions

Comparing version 5.4.2 to 5.4.3

2

dist/lib/App.d.ts

@@ -58,3 +58,3 @@ import { Container, Provider } from 'frint-di';

getProvider(name: any): FrintProvider;
get(providerName: any): any;
get<T>(providerName: any): T;
getApps$(regionName?: any): Observable<AppRegistration[]>;

@@ -61,0 +61,0 @@ registerApp(appClass: AppClass, opts?: RegisterAppOptions): void;

@@ -58,3 +58,3 @@ import { Container, Provider } from 'frint-di';

getProvider(name: any): FrintProvider;
get(providerName: any): any;
get<T>(providerName: any): T;
getApps$(regionName?: any): Observable<AppRegistration[]>;

@@ -61,0 +61,0 @@ registerApp(appClass: AppClass, opts?: RegisterAppOptions): void;

{
"name": "frint",
"version": "5.4.2",
"version": "5.4.3",
"description": "Core plugin for Frint",

@@ -28,3 +28,3 @@ "main": "lib/index.js",

"dependencies": {
"frint-di": "^5.4.2",
"frint-di": "^5.4.3",
"lodash": "^4.13.1",

@@ -35,3 +35,3 @@ "rxjs": "^5.5.0"

"cross-env": "^5.0.5",
"frint-config": "^5.4.2"
"frint-config": "^5.4.3"
},

@@ -38,0 +38,0 @@ "bugs": {

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