Socket
Book a DemoInstallSign in
Socket

@nlazzos/gittix-common

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlazzos/gittix-common

Shared code across the services.

1.0.12
latest
Source
npmnpm
Version published
Weekly downloads
4
-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

How to publish the package to NPM

The package must be in a git repository, so we first commit the changes.

git add .
git commit -m "some message"

Then every time we are going to publish a new version, we have to update the version number, so with that command, npm will automatically update the version for us.

npm version patch

In this case, we are writing the package in TypeScript but we want to publish it as JavaScript and add the TypeScript types separately, so with the build script, we are generating the corresponging files in the ./build folder (see package.json).

npm run build

Finally we can publish it to npm running the following command.

npm publish

FAQs

Package last updated on 12 Feb 2021

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.