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

@cocalc/backend

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocalc/backend

CoCalc backend functionality: functionality used by either the hub, the next.js server or the project.

  • 1.22.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

@cocalc/backend

CoCalc code shared across all types of backend node.js code:

  • project
  • hub
  • server
  • next

Put code here that tends to get used by a range of node.js server packages. Thus this is similar to @cocalc/util, but for code that is node.js only (e.g., our password hash algorithm and code for spawning subprocesses). Also, we put code here to establish common definitions across the project, hub, next, etc., for example the basePath and the debug-based logging.

This package does NOT depend on @cocalc/database. General code that involves queries to our postgreSQL database of course wouldn't be used by @cocalc/project and don't belong here. Put them in @cocalc/server.

Notes

  • We install the uuid module here to force requests to get installed. (Why?)

Keywords

FAQs

Package last updated on 03 Sep 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