
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
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 243 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 0 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.