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.9 to 0.1.10

.circleci/config.yml

2

package.json
{
"name": "typa",
"version": "0.1.9",
"version": "0.1.10",
"description": "JavaScript type checker utility",

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

Typa
====
A super-simple JavaScript type checker. Mainly pilfered from [this blog post](https://www.webbjocke.com/javascript-check-data-types/) by [Webbjocke](https://github.com/webbjocke). No dependencies. 3.6K [GCC](https://github.com/google/closure-compiler-js) compiled, 2.0k uncompiled.
A super-simple JavaScript type checker. Mainly pilfered from [this blog post](https://www.webbjocke.com/javascript-check-data-types/) by [Webbjocke](https://github.com/webbjocke). No dependencies. 3.6K [GCC](https://github.com/google/closure-compiler-js) compiled, 2.0K uncompiled.
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c14912365bf14b74a778862a50d72860)](https://www.codacy.com/app/Self_Agency/typa?utm_source=github.com&utm_medium=referral&utm_content=selfagency/typa&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c14912365bf14b74a778862a50d72860)](https://www.codacy.com/app/Self_Agency/typa?utm_source=github.com&utm_medium=referral&utm_content=selfagency/typa&utm_campaign=Badge_Grade) [![CircleCI](https://circleci.com/gh/selfagency/typa.svg?style=svg)](https://circleci.com/gh/selfagency/typa)

@@ -8,0 +8,0 @@ **Install**

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