
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@finoer/finoer-store
Advanced tools
fino数据仓库
fino架构下的数据仓库, 用与管理fino子模块的数据和通信
全局单例模式
独立命名空间和代理
fino数据仓库会按照子模块的名字创建一系列的命名空间,
为每个子模块设置单独的存储区域。
同时,为了让开发人员更快,更友好的使用
会把当前子模块的数据代理到根对象下面
即

所以开发人员的访问链条是这样的。
$data.yueqi_module001.name
但是fino-database做了一层代理, 代理之后的访问链条
$data.name.
即数据仓库会把当前模块的数据和全局数据代理到根访问链下。
数据安全
当前模块不允许修改其他模块的数据
如当前在yueqi_module001下面
是不允许修改其他模块的数据的。
例如, 运行了如下代码
$data.data.jinzhao_module001.name = 123
会被拦截
数据监听
可以通过监听方法坚挺到数据的改变
设置全局方法和命名空间方法
每个子模块的数据各自独立
通过set设置的新数据会自动代理到跟访问连下面
全局数据管理global
可以通过
$data.set({key1: 1}, 'global')
来给fino设置一个全局数据
全局数据会被代理到数据仓库根prototype下面, 其他子模块可以通过
$data.key1
访问全局数据
其他子模块的数据
FAQs
> fino数据仓库
We found that @finoer/finoer-store 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.