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

react-instantsearch-core

Package Overview
Dependencies
Maintainers
6
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-instantsearch-core - npm Package Compare versions

Comparing version 6.8.1 to 6.8.2

4

dist/cjs/core/createInstantSearchManager.js

@@ -567,3 +567,5 @@ "use strict";

items: item.items && item.items.map(function (nestedItem) {
return (0, _objectSpread8.default)({}, nestedItem);
return (0, _objectSpread8.default)({
value: function value() {}
}, nestedItem);
})

@@ -570,0 +572,0 @@ });

@@ -7,3 +7,3 @@ "use strict";

exports.default = void 0;
var _default = '6.8.1';
var _default = '6.8.2';
exports.default = _default;

@@ -551,3 +551,5 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";

items: item.items && item.items.map(function (nestedItem) {
return _objectSpread({}, nestedItem);
return _objectSpread({
value: function value() {}
}, nestedItem);
})

@@ -554,0 +556,0 @@ });

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

export default '6.8.1';
export default '6.8.2';
{
"name": "react-instantsearch-core",
"version": "6.8.1",
"version": "6.8.2",
"description": "⚡ Lightning-fast search for React, by Algolia",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

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