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 Versions

1
14

4.9.0-next.1573601622.18b9b60768f8bc32b28c53ce93b5dbf4f4b1dee0

Diff

bevryme
published 4.8.0 •

Changelog

Source

v4.8.0 2019 November 8

  • Updated base files and editions using boundation
bevryme
published 4.8.0-next.1573218309.873cc6cf2867ecea3a1650f99b1be715600d318e •

bevryme
published 4.7.0 •

Changelog

Source

v4.7.0 2018 December 7

bevryme
published 4.6.0 •

Changelog

Source

v4.6.0 2018 September 8

  • Fixed the false positive of function(AnArgumentWithAnUpperCaseFirstLetter){} being detected as a class by isClass and isConventionalClass
  • Swapped flow type annotation with typescript jsdoc annotations
  • Updated base files and editions using boundation
bevryme
published 4.5.0 •

Changelog

Source

v4.5.0 2018 February 17

  • asynchronous functions are now detected as functions, before there was no support for them
    • getType(async function () {}) now returns function
    • isFunction(async function () {}) returns true
    • isAsyncFunction(async function () {}) returns true
    • isSyncFunction(async function () {}) returns false
    • Thanks to David Kebler for issue #17
balupton
published 4.4.1 •

Changelog

Source

v4.4.1 2017 January 18

balupton
published 4.4.0 •

Changelog

Source

v4.4.0 2016 November 11

  • Use require over import
  • More efficient isObject check
    • Fixes isObject and isPlainObject not returning booleans in some cases
  • More comprehensive native vs conventional class tests
  • Updated base files
  • Updated dependencies
balupton
published 4.3.0 •

Changelog

Source

v4.3.0 2016 March 21

  • Removed getTypes as it was ambiguous, internal and no one external used it
  • Exposed typeMap which links types to the methods that check for them, used by getType
balupton
published 4.2.1 •

Changelog

Source

v4.2.1 2016 March 20

  • Fixed packing issue
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