Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

henrybuilt-react-library

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-react-library - npm Package Compare versions

Comparing version 0.5.2 to 1.0.0

3

package.json
{
"name": "henrybuilt-react-library",
"version": "0.5.2",
"version": "1.0.0",
"description": "",

@@ -17,2 +17,3 @@ "author": "maxhudson",

"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test-coverage": "cross-env CI=1 react-scripts test --env=jsdom --coverage",
"test:watch": "react-scripts test --env=jsdom",

@@ -19,0 +20,0 @@ "build": "rollup -c",

# `henrybuilt-react-library`
## Setup
## Development Setup
1. npm install --save henrybuilt-react-library
1. `git clone https://github.com/henrybuilt/henrybuilt-react-library.git`
1. `npm install`
1. `npm link`
1. `npm test`
1. set up eslint
1. npm i -g eslint eslint-babel eslint-config-henrybuilt eslint-config-react-app eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react
1. `npm i -g eslint babel-eslint eslint-config-henrybuilt eslint-config-react-app eslint-plugin-flowtype eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react`
1. In Atom, update `linter-eslint` package setting 'Use global'
## Starting development server
## Usage
1. To get started
1. In one tab, run: `npm start`
1. In another tab, run the create-react-app dev server: `cd ./example && npm start`
1. `npm install --save henrybuilt-react-library`
1. `import {Form, .....} from 'henrybuilt-react-library'`
1. If developing while using:
1. Inside your package folder
1. `npm link henrybuilt-react-library`
1. Inside henrybuilt-react-library
2. `npm link`
1. `npm start`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc