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

typechecker

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typechecker - npm Package Compare versions

Comparing version 8.4.0 to 8.5.0

6

package.json
{
"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 @@ ```

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