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

@forest-fire/utility

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forest-fire/utility - npm Package Compare versions

Comparing version 0.57.1 to 0.58.0

17

dist/cjs/index.js

@@ -36,2 +36,19 @@ 'use strict';

/**
* An SDK that Firemodel supports connecting to Firebase by the
* equivalently named SDK.
*/
var SDK;
(function (SDK) {
SDK["FirestoreAdmin"] = "FirestoreAdmin";
SDK["FirestoreClient"] = "FirestoreClient";
SDK["RealTimeAdmin"] = "RealTimeAdmin";
SDK["RealTimeClient"] = "RealTimeClient";
})(SDK || (SDK = {}));
var Database;
(function (Database) {
Database["Firestore"] = "Firestore";
Database["RTDB"] = "RTDB";
})(Database || (Database = {}));
var RealQueryOrderType;

@@ -38,0 +55,0 @@ (function (RealQueryOrderType) {

@@ -32,2 +32,19 @@ class FireError extends Error {

/**
* An SDK that Firemodel supports connecting to Firebase by the
* equivalently named SDK.
*/
var SDK;
(function (SDK) {
SDK["FirestoreAdmin"] = "FirestoreAdmin";
SDK["FirestoreClient"] = "FirestoreClient";
SDK["RealTimeAdmin"] = "RealTimeAdmin";
SDK["RealTimeClient"] = "RealTimeClient";
})(SDK || (SDK = {}));
var Database;
(function (Database) {
Database["Firestore"] = "Firestore";
Database["RTDB"] = "RTDB";
})(Database || (Database = {}));
var RealQueryOrderType;

@@ -34,0 +51,0 @@ (function (RealQueryOrderType) {

6

package.json
{
"name": "@forest-fire/utility",
"version": "0.57.1",
"version": "0.58.0",
"description": "Utility functions that are shared across the monorepo",

@@ -31,3 +31,3 @@ "module": "dist/es/index.js",

"devDependencies": {
"@forest-fire/types": "^0.57.1",
"@forest-fire/types": "^0.58.0",
"@types/chai": "^4.2.11",

@@ -48,3 +48,3 @@ "@types/mocha": "^7.0.2",

"license": "MIT",
"gitHead": "a2d56a2d6645cb7b663dd891193d425df4c4182f"
"gitHead": "61fd715784e4bb7ae00e0fdd10df04758e3bf200"
}
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