Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
flycomponents
Advanced tools
Flycomponents is a set of react UI components used to create payment forms in Flywire.
Add the dependency to your package.json
:
"flycomponents": "git+https://github.com/peertransfer/flycomponents.git"
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. Once accepted and merged to master, execute npm publish
from master branch.
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
Flywire React components
The npm package flycomponents receives a total of 67 weekly downloads. As such, flycomponents popularity was classified as not popular.
We found that flycomponents demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 11 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.