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

typical

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typical - npm Package Compare versions

Comparing version 2.6.0 to 2.6.1

2

lib/typical.js

@@ -173,3 +173,3 @@ 'use strict'

/**
* Returns true if the input is a string, number, symbol, boolean, null or undefined value.
* Returns true if the input is a Promise.
* @param {*} - the input to test

@@ -176,0 +176,0 @@ * @returns {boolean}

{
"name": "typical",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "2.6.0",
"version": "2.6.1",
"description": "Robust Javascript type-checking",

@@ -35,7 +35,7 @@ "repository": "https://github.com/75lb/typical.git",

"devDependencies": {
"core-assert": "^0.2.0",
"core-assert": "^0.2.1",
"feature-detect-es6": "^1.3.1",
"jsdoc-to-markdown": "^2.0.0-alpha",
"test-runner": "^0.2.3"
"jsdoc-to-markdown": "^3.0.0",
"test-runner": "^0.3.0"
}
}

@@ -36,3 +36,3 @@ [![view on npm](http://img.shields.io/npm/v/typical.svg)](https://www.npmjs.org/package/typical)

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -67,3 +67,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -92,3 +92,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -111,3 +111,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -123,3 +123,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -135,3 +135,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -147,3 +147,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -159,3 +159,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -171,3 +171,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -183,3 +183,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -193,5 +193,5 @@ | Param | Type | Description |

### t.isPromise(input) ⇒ <code>boolean</code>
Returns true if the input is a string, number, symbol, boolean, null or undefined value.
Returns true if the input is a Promise.
**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -207,3 +207,3 @@ | Param | Type | Description |

**Kind**: static method of <code>[typical](#module_typical)</code>
**Kind**: static method of [<code>typical</code>](#module_typical)

@@ -217,2 +217,2 @@ | Param | Type | Description |

&copy; 2014-16 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).
&copy; 2014-17 Lloyd Brookes \<75pound@gmail.com\>. Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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