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

@ahooksjs/use-query-display

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahooksjs/use-query-display - npm Package Compare versions

Comparing version 0.2.13 to 0.2.14-alpha.0

3

es/index.js

@@ -43,3 +43,4 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }

var usePlugin = function usePlugin(pluginManagerContext) {
var pluginManager = useMemo(createPluginManager, []);
var pluginManagerRef = useRef(createPluginManager());
var pluginManager = pluginManagerRef.current;
useInit(function () {

@@ -46,0 +47,0 @@ pluginManager.context.set(pluginManagerContext);

@@ -94,3 +94,4 @@ "use strict";

var usePlugin = function usePlugin(pluginManagerContext) {
var pluginManager = (0, _react.useMemo)(_plugin.default, []);
var pluginManagerRef = (0, _react.useRef)((0, _plugin.default)());
var pluginManager = pluginManagerRef.current;
useInit(function () {

@@ -97,0 +98,0 @@ pluginManager.context.set(pluginManagerContext);

{
"name": "@ahooksjs/use-query-display",
"version": "0.2.13",
"version": "0.2.14-alpha.0",
"scripts": {

@@ -21,3 +21,3 @@ "build:tsc": "tsc --project tsconfig.build.json --declarationDir ./lib && tsc --project tsconfig.build.json --declarationDir ./es"

],
"gitHead": "df23dd6c1566cb283a271ccc09dde0dffe27dc11"
"gitHead": "ce39af98cec9026abbd05f64b6f9fe9e648c06f1"
}
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