🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@jackdbd/checks

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jackdbd/checks - npm Package Compare versions

Comparing version
2.0.0-canary.1
to
2.0.0
+19
-0
CHANGELOG.md
# CHANGELOG
## @jackdbd/checks [2.0.0](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.1...@jackdbd/checks@2.0.0) (2022-09-09)
### ⚠ BREAKING CHANGES
* **checks:** after Brexit, a UK VAT number is no longer a European VAT
number, so when isEuropeanVat() is called with a UK VAT number, now it returns
false.
### Features
* **checks:** add isBoolean(), isNumber() ([1a7738c](https://github.com/jackdbd/calderone/commit/1a7738ca341a97364a6757e8912ca0a96651e189))
* **checks:** remove isUkVat() from isEuropeanVat() ([19bea2c](https://github.com/jackdbd/calderone/commit/19bea2c0befcab3d63952c343c0ee5b8a32ae658))
### Bug Fixes
* **checks:** fix function isString() ([c8ef31d](https://github.com/jackdbd/calderone/commit/c8ef31d389f35e77eab46bd5cb5b8efafaf484be))
## @jackdbd/checks [2.0.0-canary.1](https://github.com/jackdbd/calderone/compare/@jackdbd/checks@1.3.1...@jackdbd/checks@2.0.0-canary.1) (2022-09-08)

@@ -4,0 +23,0 @@

+1
-1
{
"name": "@jackdbd/checks",
"version": "2.0.0-canary.1",
"version": "2.0.0",
"description": "Functions to check inputs (i.e. predicates)",

@@ -5,0 +5,0 @@ "author": {