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

hotlight-react

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotlight-react - npm Package Compare versions

Comparing version 0.4.2-beta.0 to 0.4.3-beta.0

2

dist/cjs/hooks.d.ts

@@ -1,1 +0,1 @@

export declare const useHotlight: (initialState?: boolean) => null;
export declare const useHotlight: () => null;

@@ -135,3 +135,3 @@ 'use strict';

var useHotlight = function (initialState) {
var useHotlight = function () {
return React.useContext(HotlightContext);

@@ -138,0 +138,0 @@ };

@@ -1,1 +0,1 @@

export declare const useHotlight: (initialState?: boolean) => null;
export declare const useHotlight: () => null;

@@ -127,3 +127,3 @@ import React, { createContext, useState, useRef, useEffect, useContext } from 'react';

var useHotlight = function (initialState) {
var useHotlight = function () {
return useContext(HotlightContext);

@@ -130,0 +130,0 @@ };

{
"name": "hotlight-react",
"description": "A command palette, hotkeys and search.",
"version": "0.4.2-beta.0",
"version": "0.4.3-beta.0",
"homepage": "https://hotlight.dev",

@@ -33,3 +33,3 @@ "bugs": "https://github.com/arnklint/hotlight/issues",

"dependencies": {
"hotlight-core": "^0.4.2-beta.0"
"hotlight-core": "^0.4.3-beta.0"
},

@@ -65,3 +65,3 @@ "devDependencies": {

},
"gitHead": "ffeeeea7f1801ed8fb4fe98c8ecf72e7909ab94f"
"gitHead": "53bd75478b2bbc4a1dcc3f95a896384498612e5e"
}

Sorry, the diff of this file is not supported yet

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