Best of NPM โ€” February 2024

  1. 1
    Article
    Avatar of devtoDEVยท2y

    NodeJS Security Best Practices

    Learn how to improve the security of your NodeJS application by using packages like helmet for preventing attacks, toobusy-js for preventing DOS attacks, and express-rate-limit for rate limiting.

  2. 2
    Article
    Avatar of devtoDEVยท2y

    A step-by-step guide: How to create and publish an NPM package.

    Learn how to create and publish an NPM package, the importance of NPM in Node.js development, and how the NPM registry works.

  3. 3
    Article
    Avatar of hnHacker Newsยท2y

    JSR first impressions

    JSR is a new package registry introduced by the Deno team to solve problems in the JavaScript ecosystem. It aims to support semver expression of dependencies, fully integrate TypeScript alongside JavaScript, provide fast type checking, and generate automatic documentation for packages. JSR allows package authors to write once and run everywhere, and it has a rich web interface with features such as symbol search and dependency analysis.

  4. 4
    Article
    Avatar of pointerPointerยท2y

    sindresorhus/meow: ๐Ÿˆ CLI app helper

    meow is a CLI app helper that parses arguments, converts flags to camelCase, outputs version and help text, and more. It has no dependencies.

  5. 5
    Video
    Avatar of t3dotggTheo - t3โ€คggยท2y

    Node And NPM Are Breaking Up? NodeJS TSC Has Important Conversation

    The NodeJS Technical Steering Committee is currently engaged in a heated debate over whether to enable corpac (a package manager integration tool) by default in NodeJS. Some members believe that enabling corpac would level the playing field for alternative package managers, while others argue that it could introduce additional complexity and security issues.