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

frint

Package Overview
Dependencies
Maintainers
8
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.7.0 to 5.7.1

2

dist/lib/App.d.ts
import { Container, Provider } from 'frint-di';
import { Observable } from 'rxjs/Observable';
export interface Methods {
[key: string]: () => any;
[key: string]: (...args: any[]) => any;
}

@@ -6,0 +6,0 @@ export interface ProviderNames {

import { Container, Provider } from 'frint-di';
import { Observable } from 'rxjs/Observable';
export interface Methods {
[key: string]: () => any;
[key: string]: (...args: any[]) => any;
}

@@ -6,0 +6,0 @@ export interface ProviderNames {

{
"name": "frint",
"version": "5.7.0",
"version": "5.7.1",
"description": "Core plugin for Frint",

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

"dependencies": {
"frint-di": "^5.7.0",
"frint-di": "^5.7.1",
"lodash": "^4.13.1",

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

"cross-env": "^5.0.5",
"frint-config": "^5.7.0"
"frint-config": "^5.7.1"
},

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

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