Socket
Socket
Sign inDemoInstall

@anyfin/company-info

Package Overview
Dependencies
0
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @anyfin/company-info

Centralized company information


Version published
Weekly downloads
10
increased by900%
Maintainers
6
Install size
6.88 kB
Created
Weekly downloads
 

Readme

Source

company-info

Centralized company information, to avoid repetition :)

Usage in js projects

Just npm install as usual.

And inside a file:

import information from "@anyfin/company-info";

const {
  SE: { companyName, adressCity },
} = information;

console.log(`${companyName} is located in ${adressCity}!`);

Deployment

Needs manual deployment

FAQs

Last updated on 24 Feb 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc