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

@hiveposh/so-many-frontends

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hiveposh/so-many-frontends - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

3

index.js

@@ -40,3 +40,4 @@ const hiveDomains = [

parsedUrl.host == "beta." + hiveDomains[i] ||
parsedUrl.host == "next." + hiveDomains[i]
parsedUrl.host == "next." + hiveDomains[i] ||
parsedUrl.host == "dev." + hiveDomains[i]
) {

@@ -43,0 +44,0 @@ return true;

{
"name": "@hiveposh/so-many-frontends",
"version": "0.0.11",
"version": "0.0.12",
"description": "JS module for listing Hive front ends",

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

@@ -34,2 +34,9 @@ const test = require("node:test");

test("isHiveUrl dev path", (t) => {
assert.strictEqual(
isHiveUrl("https://dev.leofinance.io/threads"),
true
);
});
test("isHiveUrl negative path", (t) => {

@@ -36,0 +43,0 @@ assert.strictEqual(

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