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 - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "key-7",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",

@@ -5,0 +5,0 @@ "files": [

@@ -14,9 +14,9 @@ # Key 7

var script = document.querySelector("#key-7");
script.addEventListener("load", function () {
window.registerKey7();
const el = document.createElement("tri-state-checkbox");
const el = document.createElement("command-center");
const app = document.querySelector("#app");
app.prepend(el);
console.log("Key 7 loaded!");
});
```
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