Socket
Socket
Sign inDemoInstall

279map-backend-common

Package Overview
Dependencies
Maintainers
1
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

279map-backend-common

279map backend common modules


Version published
Weekly downloads
266
increased by706.06%
Maintainers
1
Weekly downloads
 
Created
Source

279map-backend-main

This is the main server of 279map.

Package Configuration

flowchart LR
	279map-common
	subgraph frontend
		279map-core
		279map -. use .-> 279map-core
	end
	subgraph backend
		db[("cache db")]
		279map-backend-common
		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
	frontend -. use .-> 279map-common
	backend -. use .-> 279map-common
	279map-core <-- https,wss --> 279map-backend-main

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

Deploy

279map-backend-common

  1. update version in package.json.
  2. execute npm i to update the version in packege-lock.json.
  3. build
    npm run rollup
    
  4. publish
    npm publish ./
    

DB

  1. make docker image
    cd db
    docker image build -t 279map-db .
    

FAQs

Package last updated on 15 Jan 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