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.5 to 0.0.6

1

index.js

@@ -53,3 +53,2 @@ const hiveDomains = [

} catch (err) {
console.log(`Failed to parse URL: ${err}`)
return { domain: undefined, author: undefined, permlink: undefined };

@@ -56,0 +55,0 @@ }

2

package.json
{
"name": "@hiveposh/so-many-frontends",
"version": "0.0.5",
"version": "0.0.6",
"description": "JS module for listing Hive front ends",

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

@@ -109,1 +109,9 @@ const test = require("node:test");

});
test("parseHiveUrl invalid URL", (t) => {
assert.deepEqual(parseHiveUrl("/r/HopperCodes/comments/10icgcr/hopper_25_credit_250_in_travel_vouchers_code/"), {
author: undefined,
domain: undefined,
permlink: undefined,
});
});
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