New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@domonda/query-params

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domonda/query-params - npm Package Compare versions

Comparing version
1.5.8
to
1.5.9
+8
-0
CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.5.9](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.8...@domonda/query-params@1.5.9) (2020-07-01)
**Note:** Version bump only for package @domonda/query-params
## [1.5.8](https://github.com/domonda/domonda-js/compare/@domonda/query-params@1.5.7...@domonda/query-params@1.5.8) (2020-05-18)

@@ -8,0 +16,0 @@

+2
-2
{
"name": "@domonda/query-params",
"version": "1.5.8",
"version": "1.5.9",
"description": "Useful but simple query params manipulator for React.",

@@ -33,3 +33,3 @@ "keywords": [

"lodash.pickby": "^4.6.0",
"query-string": "^6.12.1"
"query-string": "^6.13.1"
},

@@ -36,0 +36,0 @@ "main": "index.js",

@@ -42,4 +42,3 @@ /**

if (
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore because the default selector just passes the T back
// @ts-expect-error: because the default selector just passes the T back
selectedNextQueryParams === nextQueryParms || // <- optimization to avoid double deep equal check when defaultSelector is used

@@ -46,0 +45,0 @@ !deepEqual(selectedQueryParamsRef.current, selectedNextQueryParams)) {