Socket
Socket
Sign inDemoInstall

279map-backend-common

Package Overview
Dependencies
75
Maintainers
1
Versions
199
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    279map-backend-common

279map backend common modules


Version published
Weekly downloads
349
increased by0.87%
Maintainers
1
Install size
26.3 MB
Created
Weekly downloads
 

Readme

Source

279map-backend-common

This is the common modules for backend.

flowchart RL
	subgraph frontend
		subgraph 279map-core
			279map-common-core["279map-common"]
		end
		279map-frontend -. use .-> 279map-core
	end

	subgraph backend
		db[("279map-db")]

		subgraph 279map-backend-main
			api-interface["api-interface (private)"]
		end

		subgraph 279map-backend-common
			279map-common-backend["279map-common"]
		end

		279map-backend-main <--> odba
		279map-backend-main <--> db
		odba <--> db
		fs["fs (option)"] <--> 279map-backend-main
		fs <--> odba
		279map-backend-main -. use .-> 279map-backend-common
		odba -. use .-> 279map-backend-common
		fs -. use .-> 279map-backend-common
	end
	279map-core -.-> api-interface
	original-db[("Original DB")] <--> odba

	style 279map-backend-common fill:#faa, stroke:#f55

Deploy

  1. update version.
    npm version patch
    
  2. build
    npm run rollup
    
  3. publish
    npm publish ./
    

FAQs

Last updated on 13 Nov 2023

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