New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

validate-steuerid

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

validate-steuerid

Package to validate German tax ID / steuer ID

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
5.2K
8.67%
Maintainers
1
Weekly downloads
 
Created
Source

Description

Package to validate German tax ID / steuer ID

Installation

npm install validate-steuerid

Usage

const validateSteuerId = require('validate-steuerid')

validateSteuerId('65299970480')
// => false

validateSteuerId('65929970489')
// => true

validateSteuerId('26954371827')
// => true

Parameters

validateSteuerId(steuerId)

steuerId

type: string

References

For developing the algorithm, we referenced the European Commission's TIN check modules stated here.

Keywords

deutschland

FAQs

Package last updated on 17 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts