New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typa

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typa - npm Package Compare versions

Comparing version 0.1.11 to 0.1.12

2

package.json
{
"name": "typa",
"version": "0.1.11",
"version": "0.1.12",
"description": "JavaScript type checker utility",

@@ -5,0 +5,0 @@ "main": "dist/typa.min.js",

@@ -24,20 +24,20 @@ Typa

---------------
+ <a href="#array">*arr*</a>: Array
+ <a href="#bad">*bad*</a>: Null, undefined, empty, or an error
+ <a href="#boolean">*bool*</a>: Boolean
+ <a href="#date">*date*</a>: Date
+ <a href="#empty">*empty*</a>: Empty string, array, or object
+ <a href="#error">*err*</a>: Error
+ <a href="#function">*fn*</a>: Function
+ <a href="#integer">*int*</a>: Integer
+ <a href="#json">*json*</a>: Serialized JSON object
+ <a href="#null">*nll*</a>: Null
+ <a href="#noru">*noru*</a>: Null or undefined
+ <a href="#number">*num*</a>: Number
+ <a href="#object">*obj*</a>: Object
+ <a href="#promise">*prom*</a>: Promise
+ <a href="#regex">*regex*</a>: Regular expression
+ <a href="#string">*str*</a>: String
+ <a href="#symbol">*sym*</a>: Symbol
+ <a href="#undefined">*undef*</a>: Undefined
+ <a href="#array">*arr*</a> → Array
+ <a href="#bad">*bad*</a> → Null, undefined, empty, or an error
+ <a href="#boolean">*bool*</a> → Boolean
+ <a href="#date">*date*</a> → Date
+ <a href="#empty">*empty*</a> → Empty string, array, or object
+ <a href="#error">*err*</a> → Error
+ <a href="#function">*fn*</a> → Function
+ <a href="#integer">*int*</a> → Integer
+ <a href="#json">*json*</a> → Serialized JSON object
+ <a href="#null">*nll*</a> → Null
+ <a href="#noru">*noru*</a> → Null or undefined
+ <a href="#number">*num*</a> → Number
+ <a href="#object">*obj*</a> → Object
+ <a href="#promise">*prom*</a> → Promise
+ <a href="#regex">*regex*</a> → Regular expression
+ <a href="#string">*str*</a> → String
+ <a href="#symbol">*sym*</a> → Symbol
+ <a href="#undefined">*undef*</a> → Undefined

@@ -44,0 +44,0 @@ Typa Function

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