Linh Tranlinhnote.hashnode.dev·Jan 14, 2025How to create and publish an NPM package.When working with Node.js and its ecosystem, we often rely on third-party libraries to handle complex logic, which significantly speeds up the development process. These library are distributed as npm packages, which we are likely already familiar wi...How tonpm packages
Hare Krishna Raiblog.harekrishnarai.me·Jan 11, 2025Safely Exploring Malicious NPM Packages: A Guide to Using Verdaccio for Secure TestingSoftware supply chain attacks are becoming increasingly common, posing significant risks to entire ecosystems. Detecting, analyzing, and mitigating these threats is crucial for security researchers and engineers. This guide explores how to use Verdac...10 likesmalicious-packages
Hare Krishna Raiblog.harekrishnarai.me·Jan 10, 2025How to Publish Your First NPM Package: A Simple Beginner's GuideIf you’ve ever wanted to share your code with the world, contributing to the vibrant JavaScript ecosystem by publishing an NPM package is a great starting point. Whether you want to create a simple utility or a robust library, this guide will walk yo...npm
Ankit Rajpublishing-nodejs-artifacts-to-nexus.hashnode.dev·Jan 3, 2025🌐 Publishing Node.js Artifacts to Nexus with JenkinsIn this blog, we will walk you through publishing a Node.js artifact to a Nexus npm-private repository using Jenkins. Let’s make this journey simple and enjoyable with step-by-step instructions and some emojis to guide you! 😄 🛠️ 1. Setting Up Jenk...Devops
ANNU KUMARImyfirstblog123.hashnode.dev·Dec 20, 2024Understanding NPM Install Messages: Added Packages, Audits, and Funding Requests ExplainedHello everyone! Have you ever wondered why, after installing dependencies, you see messages like added 374 packages, audited 375 packages, or 143 packages are looking for funding? These numbers can vary based on the dependencies your project requires...npm
Hassanigocoding.hashnode.dev·Dec 6, 2024🌟 Complete Guide to Setting Up TypeScript Compiler (Step-by-Step!)TypeScript Compiler (Step-by-Step!) 🛠️ Hey! 🎉 Ready to dive into the world of TypeScript? In this guide, I’ll walk you through how to set up and use the TypeScript compiler step by step. Whether you’re new to programming or just TypeScript, we’ll m...1 likeTypeScript
Aman Shrivastavaaman04.hashnode.dev·Dec 4, 2024Tracking CPC the Smart Way: My Journey with react-ga4 🚀When working on any project that involves advertising, one critical metric always comes up: Cost Per Click (CPC). Recently, a client asked me to implement CPC tracking for their ads, and it seemed straightforward at first—until I hit the usual roadbl...React
Muhammad Fiazmuhammadfiaz.hashnode.dev·Nov 28, 2024VLT: A New Dawn for Package ManagementIn the ever-evolving landscape of JavaScript development, dependency management has always been a key factor in ensuring project success. For years, tools like NPM and Yarn have set the standard. More recently, Bun has emerged as a rising star in the...10 likes·76 readsvlt
Jan Škorubablog.skoruba.com·Nov 22, 2024How to Build and Publish an npm Package with TypeScriptIn this article, I'll show you how to easily prepare an npm package. GitHub Repository with an Example https://github.com/skoruba/npm-package-example Project Structure Let's start by creating a package.json file: { "name": "@skoruba/npm-package-e...1 like·78 readsnpm
gayatri kumargeekee.hashnode.dev·Nov 20, 2024JavaScript in the Real World: Node and Beyond!Welcome aboard your very own space station, powered by the versatile Node.js engine. But just like any space station, you need supplies to function. That's where npm (Node Package Manager) comes in—it’s the supply ship that delivers the tools and pac...10 likesWeb Developmentjs