New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@project-abcd/common

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@project-abcd/common

**Make sure you are login into `npm` in `npm cli`**

unpublished
latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

Steps to publish this on NPM registry

Make sure you are login into npm in npm cli

  • Create an organisation in NPM registry for example project-abcd

  • change the name in package.json

{
  "name": "@project-abcd/common"
  // ... rest
}
  • Everytime you publish new release
git add .
git commit -am "changed something"
npm run pub
  • Everywhere else where you are using this package
npm update @project-abcd/common --save

FAQs

Package last updated on 10 Jun 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