Socket
Socket
Sign inDemoInstall

@thi.ng/checks

Package Overview
Dependencies
Maintainers
0
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/checks - npm Package Compare versions

Comparing version 3.6.4 to 3.6.5

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-05-08T18:24:31Z
- **Last updated**: 2024-06-21T19:34:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

@@ -7,3 +7,3 @@ /**

*/
export declare const isGenerator: <T = any>(x: any) => x is Generator<T, any, unknown>;
export declare const isGenerator: <T = any>(x: any) => x is Generator<T>;
//# sourceMappingURL=is-generator.d.ts.map

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

*
* @see {@link isProtoPath} for more details
* @remarks
* Also see {@link isProtoPath} for more details
*

@@ -23,2 +24,4 @@ * @param x -

*
* Also see {@link isIllegalKey}.
*
* @param path -

@@ -25,0 +28,0 @@ */

{
"name": "@thi.ng/checks",
"version": "3.6.4",
"version": "3.6.5",
"description": "Collection of 70+ type, feature & value checks",

@@ -13,3 +13,3 @@ "type": "module",

},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/checks#readme",
"homepage": "https://thi.ng/checks",
"funding": [

@@ -44,10 +44,10 @@ {

"dependencies": {
"tslib": "^2.6.2"
"tslib": "^2.6.3"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.2",
"@types/node": "^20.12.11",
"esbuild": "^0.21.1",
"@microsoft/api-extractor": "^7.47.0",
"@types/node": "^20.14.6",
"esbuild": "^0.21.5",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},

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

},
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
"gitHead": "154c95cf9d6bab32174498ec3b5b5d87e42be7f9\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 192 standalone projects, maintained as part
> This is one of 193 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -30,2 +30,78 @@ > and anti-framework.

- [`exists`](https://docs.thi.ng/umbrella/checks/functions/exists.html)
- [`existsAndNotNull`](https://docs.thi.ng/umbrella/checks/functions/existsAndNotNull.html)
- [`hasBigInt`](https://docs.thi.ng/umbrella/checks/functions/hasBigInt.html)
- [`hasCrypto`](https://docs.thi.ng/umbrella/checks/functions/hasCrypto.html)
- [`hasMaxLength`](https://docs.thi.ng/umbrella/checks/functions/hasMaxLength.html)
- [`hasMinLength`](https://docs.thi.ng/umbrella/checks/functions/hasMinLength.html)
- [`hasPerformance`](https://docs.thi.ng/umbrella/checks/functions/hasPerformance.html)
- [`hasWASM`](https://docs.thi.ng/umbrella/checks/functions/hasWASM.html)
- [`hasWebGL`](https://docs.thi.ng/umbrella/checks/functions/hasWebGL.html)
- [`hasWebSocket`](https://docs.thi.ng/umbrella/checks/functions/hasWebSocket.html)
- [`implementsFunction`](https://docs.thi.ng/umbrella/checks/functions/implementsFunction.html)
- [`isASCII`](https://docs.thi.ng/umbrella/checks/functions/isASCII.html)
- [`isAlpha`](https://docs.thi.ng/umbrella/checks/functions/isAlpha.html)
- [`isAlphaNum`](https://docs.thi.ng/umbrella/checks/functions/isAlphaNum.html)
- [`isArray`](https://docs.thi.ng/umbrella/checks/functions/isArray.html)
- [`isArrayBufferLike`](https://docs.thi.ng/umbrella/checks/functions/isArrayBufferLike.html)
- [`isArrayBufferView`](https://docs.thi.ng/umbrella/checks/functions/isArrayBufferView.html)
- [`isArrayLike`](https://docs.thi.ng/umbrella/checks/functions/isArrayLike.html)
- [`isAsyncIterable`](https://docs.thi.ng/umbrella/checks/functions/isAsyncIterable.html)
- [`isBigInt`](https://docs.thi.ng/umbrella/checks/functions/isBigInt.html)
- [`isBlob`](https://docs.thi.ng/umbrella/checks/functions/isBlob.html)
- [`isBoolean`](https://docs.thi.ng/umbrella/checks/functions/isBoolean.html)
- [`isChrome`](https://docs.thi.ng/umbrella/checks/functions/isChrome.html)
- [`isDataURL`](https://docs.thi.ng/umbrella/checks/functions/isDataURL.html)
- [`isDate`](https://docs.thi.ng/umbrella/checks/functions/isDate.html)
- [`isEven`](https://docs.thi.ng/umbrella/checks/functions/isEven.html)
- [`isFalse`](https://docs.thi.ng/umbrella/checks/functions/isFalse.html)
- [`isFile`](https://docs.thi.ng/umbrella/checks/functions/isFile.html)
- [`isFirefox`](https://docs.thi.ng/umbrella/checks/functions/isFirefox.html)
- [`isFloatString`](https://docs.thi.ng/umbrella/checks/functions/isFloatString.html)
- [`isFunction`](https://docs.thi.ng/umbrella/checks/functions/isFunction.html)
- [`isGenerator`](https://docs.thi.ng/umbrella/checks/functions/isGenerator.html)
- [`isHex`](https://docs.thi.ng/umbrella/checks/functions/isHex.html)
- [`isHexColor`](https://docs.thi.ng/umbrella/checks/functions/isHexColor.html)
- [`isIE`](https://docs.thi.ng/umbrella/checks/functions/isIE.html)
- [`isIllegalKey`](https://docs.thi.ng/umbrella/checks/functions/isIllegalKey.html)
- [`isInRange`](https://docs.thi.ng/umbrella/checks/functions/isInRange.html)
- [`isInt32`](https://docs.thi.ng/umbrella/checks/functions/isInt32.html)
- [`isIntString`](https://docs.thi.ng/umbrella/checks/functions/isIntString.html)
- [`isIterable`](https://docs.thi.ng/umbrella/checks/functions/isIterable.html)
- [`isMap`](https://docs.thi.ng/umbrella/checks/functions/isMap.html)
- [`isMobile`](https://docs.thi.ng/umbrella/checks/functions/isMobile.html)
- [`isNaN`](https://docs.thi.ng/umbrella/checks/functions/isNaN.html)
- [`isNegative`](https://docs.thi.ng/umbrella/checks/functions/isNegative.html)
- [`isNil`](https://docs.thi.ng/umbrella/checks/functions/isNil.html)
- [`isNode`](https://docs.thi.ng/umbrella/checks/functions/isNode.html)
- [`isNotStringAndIterable`](https://docs.thi.ng/umbrella/checks/functions/isNotStringAndIterable.html)
- [`isNull`](https://docs.thi.ng/umbrella/checks/functions/isNull.html)
- [`isNumber`](https://docs.thi.ng/umbrella/checks/functions/isNumber.html)
- [`isNumeric`](https://docs.thi.ng/umbrella/checks/functions/isNumeric.html)
- [`isNumericFloat`](https://docs.thi.ng/umbrella/checks/functions/isNumericFloat.html)
- [`isNumericInt`](https://docs.thi.ng/umbrella/checks/functions/isNumericInt.html)
- [`isObject`](https://docs.thi.ng/umbrella/checks/functions/isObject.html)
- [`isOdd`](https://docs.thi.ng/umbrella/checks/functions/isOdd.html)
- [`isPlainObject`](https://docs.thi.ng/umbrella/checks/functions/isPlainObject.html)
- [`isPositive`](https://docs.thi.ng/umbrella/checks/functions/isPositive.html)
- [`isPrimitive`](https://docs.thi.ng/umbrella/checks/functions/isPrimitive.html)
- [`isPrintableASCII`](https://docs.thi.ng/umbrella/checks/functions/isPrintableASCII.html)
- [`isPromise`](https://docs.thi.ng/umbrella/checks/functions/isPromise.html)
- [`isPromiseLike`](https://docs.thi.ng/umbrella/checks/functions/isPromiseLike.html)
- [`isProtoPath`](https://docs.thi.ng/umbrella/checks/functions/isProtoPath.html)
- [`isRegExp`](https://docs.thi.ng/umbrella/checks/functions/isRegExp.html)
- [`isSafari`](https://docs.thi.ng/umbrella/checks/functions/isSafari.html)
- [`isSet`](https://docs.thi.ng/umbrella/checks/functions/isSet.html)
- [`isString`](https://docs.thi.ng/umbrella/checks/functions/isString.html)
- [`isSymbol`](https://docs.thi.ng/umbrella/checks/functions/isSymbol.html)
- [`isTouchEvent`](https://docs.thi.ng/umbrella/checks/functions/isTouchEvent.html)
- [`isTransferable`](https://docs.thi.ng/umbrella/checks/functions/isTransferable.html)
- [`isTrue`](https://docs.thi.ng/umbrella/checks/functions/isTrue.html)
- [`isTypedArray`](https://docs.thi.ng/umbrella/checks/functions/isTypedArray.html)
- [`isUUID`](https://docs.thi.ng/umbrella/checks/functions/isUUID.html)
- [`isUUIDv4`](https://docs.thi.ng/umbrella/checks/functions/isUUIDv4.html)
- [`isUint32`](https://docs.thi.ng/umbrella/checks/functions/isUint32.html)
- [`isUndefined`](https://docs.thi.ng/umbrella/checks/functions/isUndefined.html)
- [`isZero`](https://docs.thi.ng/umbrella/checks/functions/isZero.html)
## Status

@@ -32,0 +108,0 @@

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