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.1.1 to 0.1.2

36

package.json
{
"name": "hotlight-react",
"description": "A command palette, hotkeys and search bar for the web.",
"version": "0.1.1",
"description": "A command palette, hotkeys and search.",
"version": "0.1.2",
"homepage": "https://hotlight.dev",
"bugs": "https://github.com/arnklint/hotlight/issues",
"main": "build/cjs/index.js",

@@ -12,18 +14,38 @@ "module": "build/esm/index.js",

"scripts": {
"build": "rm -rf ./build && rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rimraf ./build && rollup -c",
"dev": "rimraf ./build && rollup --config rollup.config.dev.js -w",
"test": "jest"
},
"author": "Jonas Arnklint <jonas@arnklint.com>",
"author": "Jonas Arnklint <jonas@arnklint.com> (https://jonas.arnklint.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arnklint/hotlight.git",
"directory": "packages/hotlight-react"
},
"dependencies": {
"hotlight-core": "^0.1.1"
"hotlight-core": "^0.1.2"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.3.0",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-test-renderer": "^17.0.1",
"babel-jest": "^27.2.5",
"babel-loader": "^8.2.2",
"jest": "^27.2.5",
"react": ">=16.8.0",
"react-test-renderer": "^17.0.2",
"rollup": "^2.58.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-typescript2": "^0.30.0",

@@ -37,3 +59,3 @@ "rollup-plugin-visualizer": "^5.5.2",

},
"gitHead": "708ea5e09749cd53aae7f693d69777765d0d9c3b"
"gitHead": "ec39a92e0cf6a2178d2cada355d2357e6e1b888b"
}

@@ -5,3 +5,3 @@ # Hotlight React

Hotlight is based on web components, loaded lazily and available in `React` through this package.
Hotlight is based on web components, loaded lazily on the _client_ and available in `React` through this package.

@@ -19,1 +19,9 @@ Install it through `npm`:

```
## Develop
Run `npm run dev` to open the dev server instance.
## Test
Run `npm run test` to test Hotlight React.
build/cjs/index.js
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