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

@tinypudding/puddy-lib

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinypudding/puddy-lib - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

10

http/domainValidator.js

@@ -28,4 +28,12 @@ module.exports = function (req, cfg) {

// Firebase Is Emulator
let firebaseIsEmulator = false;
try {
firebaseIsEmulator = require('@tinypudding/firebase-lib/isEmulator')();
} catch(err) {
firebaseIsEmulator = false;
}
// Verify String
if ((typeof cfg.domain === "string" && cfg.domain === domainStatus.domain) || require('../firebase/isEmulator')()) {
if ((typeof cfg.domain === "string" && cfg.domain === domainStatus.domain) || firebaseIsEmulator) {
domainStatus.verified = true;

@@ -32,0 +40,0 @@ }

2

package.json
{
"name": "@tinypudding/puddy-lib",
"version": "1.0.16",
"version": "1.0.17",
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.",

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

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