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

@wltech/hooks

Package Overview
Dependencies
Maintainers
8
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wltech/hooks - npm Package Compare versions

Comparing version 0.0.27-alpha.28 to 0.0.27-alpha.29

2

package.json
{
"name": "@wltech/hooks",
"version": "0.0.27-alpha.28",
"version": "0.0.27-alpha.29",
"private": false,

@@ -5,0 +5,0 @@ "description": "",

@@ -8,3 +8,3 @@ /**

const hash = location.hash;
const title = document.title?.split("-") || [];
const title = document.title?.split('-') || [];
let page_path = hash?.substring(1);

@@ -15,3 +15,3 @@ const arr = page_path?.split("?");

page_query: arr?.[1],
page_title: title?.slice(-1)?.[0],
page_title: title.length > 1 ? title.slice(1).join('-') : document.title,
};

@@ -18,0 +18,0 @@ };

Sorry, the diff of this file is not supported yet

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