
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
fulcrum-query-sql
Advanced tools
This is shared code for the Fulcrum Query API and the Fulcrum Editor applications.
yarn build
Reach out to your local engineering manager for this step.
yarn clean && yarn build
main
main
, git pull
git tag -a vx.x.x -m "x.x.x"
(use actual tag number of next release)git push origin --tags
npm login
(Credentials in 1password)npm publish
debugger
in fulcrum-query-sql where applicablefulcrum-components
)
package.json
, point your fulcrum-query-sql
npm package to that branch in this format'fulcrum-query-sql': 'github:fulcrumapp/fulcrum-query-sql#BRANCH-NAME'
./yarn
(Do NOT delete the existing yarn.lock
)Issue: Changes not visible in fulcrum
after following the Debugging
steps.
Solution: If changes are not reflecting even after following the debugging steps, you might need to ensure a completely clean environment for your dependencies. Here are some steps to ensure that the fulcrum
repository is correctly picking up the changes from fulcrum-query-sql
:
fulcrum-components
run:yarn remove fulcrum-query-sql
yarn add fulcrum-query-sql@github:fulcrumapp/fulcrum-query-sql#BRANCH-NAME
./yarn cache clean
./yarn install
skaffold dev --cache-artifacts=false
or
USER=<YOUR NAMESPACE> skaffold dev --cache-artifacts=false
FAQs
Fulcrum Query SQL Utilities
The npm package fulcrum-query-sql receives a total of 7 weekly downloads. As such, fulcrum-query-sql popularity was classified as not popular.
We found that fulcrum-query-sql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.