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

sandbox-backend

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sandbox-backend

This is a sandbox for testing node and express features.

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

This is a sandbox for testing node and express features.

create project folder then: npm init use npm run dev command to use nodemon to debug faster with hot reload.

non blocking: waiting for an external system to do something and return a callback (or promise) async & await: a syntactic sugar that takes the return value and automatically resolves it as a promise, and also sets up a context to use the await keyword which pauses the execution of a function, instead of chaining together a bunch of then callbacks

use CI/CD (jenkins?)

Testing are automated

using jest. npm run test These are unit tests. There is also integration test and user acceptance test (UAT, done by users).

functions should be small 3 arguments in a function should be avoided - ideally should be 0

comments are necessary evil: maybe expression of an intent, todo comments

moneyback guarantee three.js grid-template-columns: repeat(number, 1fr) use the global variable

FAQs

Package last updated on 04 Apr 2022

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