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

@bodhi-project/typography

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodhi-project/typography

Typography

latest
Source
npmnpm
Version
6.0.0
Version published
Maintainers
3
Created
Source

typography

Patterns for beautiful type.

Start Developing

npm install
npm start

To update all package dependencies run -

npm-upgrade
npm install --save

Semver Versioning

Remember to update the version in package.json before publishing:

npm version patch --no-git-tag-version // Add a patch. Ex, goes from 0.0.1 to 0.0.2
npm version minor --no-git-tag-version // Add a minor package version. Ex, goes from 0.0.1 to 0.1.1
npm version major --no-git-tag-version // Add a major package version. Ex, goes from 0.0.1 to 1.0.1

To publish run -

npm run build && npm publish

To check unused dependecies run --

depcheck --ignore-dirs=demo,lib,node_modules

See https://github.com/depcheck/depcheck for more info.

Keywords

react-component

FAQs

Package last updated on 23 Jan 2020

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