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.9 to 0.0.10

2

index.js

@@ -101,2 +101,2 @@ const hiveDomains = [

module.exports = [hiveDomains, isHiveUrl, parseHiveUrl];
module.exports = [isHiveUrl, parseHiveUrl, hiveDomains];
{
"name": "@hiveposh/so-many-frontends",
"version": "0.0.9",
"version": "0.0.10",
"description": "JS module for listing Hive front ends",

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

const test = require("node:test");
const assert = require("node:assert");
const [hiveDomains, isHiveUrl, parseHiveUrl] = require("./index.js");
const [isHiveUrl, parseHiveUrl, hiveDomains] = require("./index.js");

@@ -5,0 +5,0 @@ test("hiveDomains is usable", (t) => {

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