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

react-searchkit

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-searchkit - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

CHANGES.md
# Changes
Version 1.0.0 (released 2022-03-30) 🚀
Version 1.0.1 (released 2022-03-31)
* Adds ARIA tags to dropdowns.
* Fixes Toggle component by changing the overriable id to `SearchFilters.Toggle`.
* Integrates `eslint-config-invenio` and fixes code.
* Improves documentation.
* Dummy release to revert the publishing of the wrong version 1.0.0, which
introduced incompatible changes breaking 1.0.0-alpha-x versions.

@@ -13,7 +11,7 @@ Version 1.0.0-alpha.22 (released 2022-02-11)

* EmptyResults: pass userSelectionFilters filters.
* Changes patch versions of NPM dependencies to x.x.0 to relax requirements.
* Change patch versions of NPM dependencies to x.x.0 to relax requirements.
Version 1.0.0-alpha.21 (released 2022-02-07)
* Adds namespace to overrdable id to the Toggle component.
* Add namespace to overrdable id to the Toggle component.
* Adds docs to how to customize RSK using react-overridable.

@@ -20,0 +18,0 @@

{
"name": "react-searchkit",
"version": "1.0.0",
"version": "1.0.1",
"description": "React components to build your search UI application",

@@ -23,4 +23,3 @@ "main": "dist/cjs/index.js",

"eject": "react-scripts eject",
"lint": "eslint src/ --ext .js --max-warnings=0",
"format": "prettier --write \"src/**/*.js\""
"lint": "eslint src/**/*.js"
},

@@ -44,3 +43,2 @@ "peerDependencies": {

"@babel/cli": "^7.11.0",
"@inveniosoftware/eslint-config-invenio": "^1.0.5",
"@rollup/plugin-babel": "^5.2.0",

@@ -47,0 +45,0 @@ "@rollup/plugin-commonjs": "^15.1.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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