typechecker
Advanced tools
Comparing version 8.4.0 to 8.5.0
{ | ||
"title": "TypeChecker", | ||
"name": "typechecker", | ||
"version": "8.4.0", | ||
"version": "8.5.0", | ||
"description": "Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)", | ||
@@ -379,6 +379,6 @@ "homepage": "https://github.com/bevry/typechecker", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.2", | ||
"@types/node": "^20.9.3", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"assert-helpers": "^11.4.0", | ||
"assert-helpers": "^11.5.0", | ||
"eslint": "^8.54.0", | ||
@@ -385,0 +385,0 @@ "eslint-config-bevry": "^5.0.0", |
@@ -60,3 +60,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/typechecker@^8.4.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/typechecker@^8.5.0/edition-deno/index.ts' | ||
``` | ||
@@ -68,3 +68,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/typechecker@^8.4.0' | ||
import * as pkg from '//cdn.skypack.dev/typechecker@^8.5.0' | ||
</script> | ||
@@ -77,3 +77,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/typechecker@^8.4.0' | ||
import * as pkg from '//unpkg.com/typechecker@^8.5.0' | ||
</script> | ||
@@ -86,3 +86,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/typechecker@8.4.0' | ||
import * as pkg from '//dev.jspm.io/typechecker@8.5.0' | ||
</script> | ||
@@ -89,0 +89,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