
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@ferry-core/ferry
Advanced tools
@ferry-core/ferry
🌴 ferry core tool 🌴
npm install --save @ferry-core/ferry # 或 yarn add @ferry-core/ferry
First:Import by commonjs or es module:
import ferry, {
ferry,
ferryGet,
ferryPst,
ferryPut,
ferryDel,
} from '@ferry-core/ferry';
const res = await ferryGet({ url: 'xxx', params: {} }).catch((err) => err);
const res = await ferryPst({ url: 'xxx', data: {} }).catch((err) => err);
const res = await ferryPut({ url: 'xxx', params: {} }).catch((err) => err);
const res = await ferryDel({ url: 'xxx', params: {} }).catch((err) => err);
😉😘 If you feel it is helpful, please click ⭐️Star Thanks~
Copyright (c) 2020-present,
FAQs
common fetch tool for ferry service
The npm package @ferry-core/ferry receives a total of 14 weekly downloads. As such, @ferry-core/ferry popularity was classified as not popular.
We found that @ferry-core/ferry demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.