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

@ahooksjs/use-filter-plugin

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahooksjs/use-filter-plugin - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7-alpha.0

4

es/index.js

@@ -36,5 +36,5 @@ 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; }

filterRef.current = filterParams;
query(_objectSpread(_objectSpread({}, filterParams), {}, {
query({
current: 1
}));
});
}

@@ -41,0 +41,0 @@ }

@@ -43,5 +43,5 @@ "use strict";

filterRef.current = filterParams;
query(_objectSpread(_objectSpread({}, filterParams), {}, {
query({
current: 1
}));
});
}

@@ -48,0 +48,0 @@ }

{
"name": "@ahooksjs/use-filter-plugin",
"version": "0.1.6",
"version": "0.1.7-alpha.0",
"scripts": {

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

"dependencies": {
"@ahooksjs/use-table": "^0.1.6"
"@ahooksjs/use-table": "^0.1.7-alpha.0"
},

@@ -25,3 +25,3 @@ "repository": {

],
"gitHead": "785cf8a7c3fd2afe4bd427c5c2fadbd0be8f0690"
"gitHead": "be773cd68d4a4f7c2babfd1a0285550bed32a282"
}
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