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

key-7

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

key-7

## Description

  • 0.0.36
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
40
increased by8.11%
Maintainers
1
Weekly downloads
 
Created
Source

Key 7

Description

Key 7 is a command center built for V7's internal use. It is a web-component built with Vue.js that can be injected into V7's web applications.

Features

  • AI-powered search with project context
  • Project navigation
  • Context-aware commands
  • Keyboard shortcuts

Tech Stack

  • Vue
  • Typescript
  • SCSS

Libraries used

  • Vercel AI SDK
  • Vue Use

Usage

Copy-paste this in your browser's console:

var script = document.createElement("script");
script.setAttribute(
  "src",
  "https://cdn.jsdelivr.net/npm/key-7@0.0.36/dist/key-7.js"
);
script.setAttribute("type", "module");
script.setAttribute("id", "key-7");
document.head.appendChild(script);

script.addEventListener("load", function () {
  window.registerKey7();
  const el = document.createElement("command-center");
  const app = document.querySelector("#app");
  app.prepend(el);
  console.log("Key 7 loaded!");
});

FAQs

Package last updated on 31 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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