Socket
Socket
Sign inDemoInstall

finanzamt

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finanzamt

Get information about a German tax office (Finanzamt)


Version published
Weekly downloads
165
decreased by-20.67%
Maintainers
4
Weekly downloads
 
Created
Source

finanzamt

Get information about a German tax office (Finanzamt)

Installation

$ npm install finanzamt

Usage

const finanzamt = require('finanzamt');

finanzamt('1131');
// => { buFaNr: '1131', name: 'Prenzlauer Berg', … }

API

finanzamt(bundesfinanzamtsnummer)

Returns a Finanzamt object.

bundesfinanzamtsnummer

Type: string

German federal tax office number (Bundesfinanzamtsnummer).

Finanzamt

Type: object

The property names and descriptions are based on the GemFA XSD by the Federal Central Tax Office.

buFaNr

Type: string

Die Bundesfinanzamtsnummer.

name

Type: string

Der Name der Finanzbehörde.

License

This project is licensed under the MIT License. The underlying GemFA data by the Federal Central Tax Office is in the public domain in accordance with § 5 Abs. 1 UrhG.

Keywords

FAQs

Package last updated on 04 Nov 2020

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