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

denormalize-steuernummer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

denormalize-steuernummer

De-normalize a national format of German tax number (Steuernummer)

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
258
decreased by-20.62%
Maintainers
1
Weekly downloads
 
Created
Source

denormalize-steuernummer

De-normalize a national German tax number (Steuernummer)

Installation

$ npm install denormalize-steuernummer

Usage

const denormalizeSteuernummer = require("denormalize-steuernummer");

denormalizeSteuernummer("3201012312340")
// => { taxState: "DE-BW", taxNumber: "93815/08152" }

denormalizeSteuernummer("3201012312340")
// => { taxState: "DE-SN", taxNumber: "201/123/12340" }

API

denormalizeSteuernummer(normalizedSteuernummer)

normalizedSteuernummer

Type: string

Normalized German tax number (Steuernummer).

Keywords

FAQs

Package last updated on 15 Sep 2021

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

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