New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@govtechsg/address-identity-resolver

Package Overview
Dependencies
Maintainers
10
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@govtechsg/address-identity-resolver

## Install

  • 1.5.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
10
Created
Source

Address Identity Resolver For TradeTrust

Install

npm i --save @govtechsg/address-identity-resolver

Hooks

useAddressBook

const { addressBook ,setAddressBook, handleLocalAddressBookCsv, getIdentifier } = useAddressBook();

useThirdPartyAPIEndpoints

const {
  thirdPartyAPIEndpoints, 
  setThirdPartyAPIEndpoints, 
  addThirdPartyAPIEndpoint, 
  removeThirdPartyAPIEndpoint 
  } = useThirdPartyAPIEndpoints();

useIdentifierResolver

const { resolvedIdentifier, identifierSource } = useIdentifierResolver();

Sample usage

  • useAddressBook
  • useThirdPartyAPIEndpoints
  • useIdentifierResolver

Features

  • React - A JavaScript library for building user interfaces.
  • Webpack - Component bundler.
  • React testing library - Simple and complete testing utilities that encourage good testing practices.
  • Jest - JavaScript testing framework used by Facebook.
  • ESLint - Make sure you are writing a quality code.
  • Prettier - Enforces a consistent style by parsing your code and re-printing it.
  • Typescript - JavaScript superset, providing optional static typing
  • Github Actions - Automate tests and linting for every push or pull request.
  • Semantic Release - Fully automated version management and package publishing.
  • Debug - JS debugging utility that works both in node.js and browsers.

Development

  • npm run test: to run tests
  • npm run lint: to run lint
  • npm run build: to build package
  • npm run semantic-release: to release new version of package

FAQs

Package last updated on 17 Aug 2023

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