Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
First, install firebase-tools
(from npm) and authenticate to your account.
Create a directory, then run dobi-fb init
to setup
your environment.
Use dobi-fb projects:add
to add projects to your development environment.
Use dobi-fb functions:setup
to create a new function.
If your function is database-triggered, do not use empty string.
Your function will be placed in ./pkg/<function>/<version>
By
default, the function will be loaded from main.js/main.coffee
, but
you may change the settings in config.json
to defined the file to
load from.
To deploy your functions:
deploy_map
param ./dobi-fb.json
.// example
"deploy_map": {
"my_project": {
"helloWorld": "1",
"fooBar": "2"
},
"another_project": {
"helloWorld": "1"
}
}
optional: run dobi-fb functions:build
to see how the functions compile in
./pkg/<project>/functions/pkg/<function_name>/<function_verson>
run dobi-fb functions:deploy
to deploy your functions
dobi-fb run
- start a server that will allow you to test your functionsAuthor: Steven Anderson / Maestro.io - steven@sjanderson.org
FAQs
Firebase Project Manager
The npm package dobi-fb receives a total of 3 weekly downloads. As such, dobi-fb popularity was classified as not popular.
We found that dobi-fb demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.