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

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
1
Versions
440
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-js-library

This is a shared JavaScript library intended to be used by both clients and servers.

  • 1.2.4
  • npm
  • Socket score

Version published
Weekly downloads
481
increased by258.96%
Maintainers
1
Weekly downloads
 
Created
Source

henrybuilt-js-library

This is a shared JavaScript library intended to be used by both clients and servers.

Do not add code that is client-or-server-only.

Instructions

Modifying the library

  1. inside henrybuilt-js-library
    1. determine the new version number, like 1.1.0
    2. git checkout -b v-X-X-X where X-X-X is like 1-1-0 and corresponds to the version
    3. update version: in package.json to the new version number
    4. make your modifications inside /src
    5. write tests until you have 100% coverage
    6. run npm run build until it builds without errors
    7. run npm publish - this will fail if you do not have an npm account with access to the henrybuilt organization
  2. inside henrybuilt-website
    1. update henrybuilt-js-library version inside package.json to the new version number
    2. run npm install
    3. restart the server
    4. verify your update worked via chrome console or actually using it

TODO

  • determine strategy for development alongside henrybuilt-website
  • code coverage
  • migrate tests
  • api
  • classes
  • make package private
  • get whole team access to package

FAQs

Package last updated on 08 Nov 2018

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

  • 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