🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

corede-common

Package Overview
Dependencies
Maintainers
0
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corede-common

The common utility functions, interfaces, types etc.

5.3.91-cocrm
latest
npm
Version published
Weekly downloads
77
755.56%
Maintainers
0
Weekly downloads
 
Created
Source

Corede common package

Responsibilities

  • This is main package that frontend will be using.

     - So that that should not be anything that are backend specific
     - There can be static functions that are used in backend but may be used in frontend.
     - But the general idea is to add everything related to frontend only or frontend+backend
    
  • Data that needs to be here.

     1. All of the common interfaces
     2. All of the resolver input and result interfaces
     3. All of the common enum definitions
     4. All of the query strings. this query strings will be used by:
     
             - frontend to send request to backend server
             - backend for tests
    
     5. All of the utility functions that are not dependant on backend specific data or structure
     6. All of the common types.
    

FAQs

Package last updated on 06 Jan 2025

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