@saulx/utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@saulx/utils", | ||
"main": "./dist/index.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "build": "tsc", |
@@ -6,5 +6,3 @@ import test from 'ava' | ||
const a = { x: true } | ||
t.true(hash(a) > 0) | ||
const bla = { | ||
@@ -15,3 +13,2 @@ x: { | ||
} | ||
t.true(hash(bla) > 0) | ||
@@ -18,0 +15,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10803
17
198