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

isofire

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isofire - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

dist/isofire.d.ts

@@ -0,3 +1,5 @@

import * as firebase from 'firebase';
import * as firebaseAdmin from 'firebase-admin';
export declare type IsofireOptions = {
firebaseApp: any;
firebaseApp: firebase.app.App | firebaseAdmin.app.App;
};

@@ -8,3 +10,3 @@ export declare class Isofire {

static instance: Isofire;
app: any;
app: firebaseAdmin.app.App;
}
"use strict";
// import * as firebase from 'firebase'
// import * as firebaseAdmin from 'firebase-admin'
// import { IsofireBaseService } from './services/iso-fire-base.service';
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,0 +3,0 @@ var Isofire = /** @class */ (function () {

{
"name": "isofire",
"version": "0.1.2",
"version": "0.1.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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