Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@ourea/doraemon-kit
Advanced tools
注意 对vuex 的版本需要在 @3.4.0
oauth 文档 dictionary 文档
1.0.29 添加添加token单点登录的接口
1.0.31 验证码登录
UPDATE_CAPTCHA_KEY
UPDATE_CAPTCHA_CODE
两个 mutation
,请求头新增 Captcha-Key
、Captcha-Code
两个请求头信息。 // 获取到验证码 Key 后调用 UPDATE_CAPTCHA_KEY 更新 Key
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_KEY', key)
// 输入验证码后,后调用 UPDATE_CAPTCHA_CODE 更新 Code,Base64 已自动加密
this.$store.commit('doraemon/oauth/UPDATE_CAPTCHA_CODE', code)
FAQs
> 注意 对vuex 的版本需要在 @3.4.0
We found that @ourea/doraemon-kit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.