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

typescript-react-table-custom

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

typescript-react-table-custom

A wrapper for react table in typescript. Adding some features

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

npm-react-typescript-template

A template for publishing a React + TypeScript package to npm

How to use

To compile your code once, run

  • npm run build.

To compile your code once and refresh on file change, run

  • npm run start.

To publish your package to npm, make sure you're logged in the correct account by running

  • npm login.

Compile your package by running

  • npm run build

Move to dist folder:

  • cp dist

Update the package version accordingly by using

  • npm version [patch | minor | major]

Then publish your package by running

  • npm publish

How to build in local

In this package folder

  • cp dist
  • yarn link

Go to codebase using this package

  • yarn link typescript-react-table-custom

Keywords

react

FAQs

Package last updated on 23 Mar 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