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

flycomponents

Package Overview
Dependencies
Maintainers
11
Versions
391
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flycomponents

Flywire React components

  • 6.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
258
increased by67.53%
Maintainers
11
Weekly downloads
 
Created
Source

Flycomponents

Node.js Package

Flycomponents is a set of react UI components used to create payment forms in Flywire.

Installation

Add the dependency to your package.json:

"flycomponents": "git+https://github.com/peertransfer/flycomponents.git"

Create a new release

To create a new release, make all the changes that you need and commit them, then execute:

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]

For example:

npm version patch

This will bump the package.json version, build a new bundle, commit, push the changes tagging them to a new release and update the documentation.

Then create a PR and request the review from other project commiters. You can publish beta versions from branches using the last CI step.

Once accepted and merged to master, it will be published from the CI.

Documentation

http://flycomponents.flywire.lol

The documentation source is under the docs folder. To update the documentation and publish the changes to Github Pages:

> make bash
docs# npm run build:docs
> # commit the changes

FAQs

Package last updated on 25 Jan 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

  • 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