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

@kitql/helpers

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kitql/helpers - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

# @kitql/helper
## 0.8.2
### Patch Changes
- [#397](https://github.com/jycouet/kitql/pull/397)
[`a4ee7d6`](https://github.com/jycouet/kitql/commit/a4ee7d60868bf90fe180495156a5bcaf55dd697e)
Thanks [@jycouet](https://github.com/jycouet)! - fix dep (esm-env)
## 0.8.1

@@ -4,0 +12,0 @@

@@ -25,3 +25,3 @@ /**

export function stryEq(obj1, obj2) {
return stry(obj1, 0) === stry(obj2, 0);
return stry0(obj1) === stry0(obj2);
}

@@ -12,3 +12,3 @@ {

],
"version": "0.8.1",
"version": "0.8.2",
"license": "MIT",

@@ -22,2 +22,5 @@ "type": "module",

},
"dependencies": {
"esm-env": "^1.0.0"
},
"sideEffects": false,

@@ -24,0 +27,0 @@ "svelte": "./dist/index.js",