Comparing version 0.1.6 to 0.2.0
@@ -7,2 +7,8 @@ 'use strict'; | ||
/** | ||
* | ||
* @param {string|*} v | ||
* @returns {boolean} | ||
*/ | ||
const bool = v => { | ||
@@ -9,0 +15,0 @@ var _v; |
import { STR } from '@typen/enums'; | ||
/** | ||
* | ||
* @param {string|*} v | ||
* @returns {boolean} | ||
*/ | ||
const bool = v => { | ||
@@ -4,0 +10,0 @@ var _v; |
{ | ||
"name": "@acq/bool", | ||
"version": "0.1.6", | ||
"version": "0.2.0", | ||
"description": "A util tool", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.cjs.js", | ||
"dependencies": { | ||
"@typen/enums": "^0.0.1" | ||
"@typen/enums": "^0.0.4" | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": { | ||
"homepage": "https://github.com/hoyeungw/acq#readme", | ||
"gitHead": "c36d0a103858ee4dc41ee4b1e76bf430bbff94d1" | ||
"gitHead": "90cd070a0ce3315cbf53a345744ea689230b3187" | ||
} |
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
3219
28
+ Added@typen/enum-data-types@0.0.4(transitive)
+ Added@typen/enum-object-types@0.0.4(transitive)
+ Added@typen/enums@0.0.4(transitive)
- Removed@typen/enums@0.0.1(transitive)
Updated@typen/enums@^0.0.4