You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

hylo-shared

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hylo-shared

Code shared across Hylo applications for consistency of results

5.2.5
latest
Source
npmnpm
Version published
Weekly downloads
14
-95.74%
Maintainers
1
Weekly downloads
 
Created
Source

HyloShared - Hylo shared modules

The purpose of this library is the sharing of critical code between the Hylo Web and Mobile front-ends and the backend. A primary focus at this time is text handling to ensure consistency of storage and presentation across the apps.

For Development

  • Edit code in src/ and build using yarn build (or yarn start to continuously build)
  • yarn test to run tests
  • To test changes in a project run yarn link in the root of this project, then in the root of the target project (e.g. hylo-evo or HyloReactNative) run yarn link hylo-shared. Your changes should now be available within that project wherever you've imported this library.

For Release

  • Run tests and make sure they're all passing: yarn test
  • Run yarn build
  • Commit changes and git push
  • Run npm version <patch|minor|major>. ⚠️ patch versions should never have breaking changes from previous version
  • Run git push --tags to push the version tags to the origin
  • Run npm publish to publish this new version to the NPM registry. This should be published under the hylodevs NPM account (see password manager for needed credentials)
  • Update dependency pinned version in all related projects

FAQs

Package last updated on 09 Aug 2023

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.