Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@byteinspire/js-sdk
Advanced tools
轻服务 SDK,您可以通过这个 SDK 调用轻服务中的函数和上传文件。SDK 目前支持在浏览器、小程序和 NodeJS 环境调用。
$ npm install --save @byteinspire/js-sdk
$ yarn add @byteinspire/js-sdk
<script type="text/javascript" src="https://unpkg.com/@byteinspire/js-sdk@0.5.1/dist/inspirecloud-0.5.1.min.js"></script>
libs
目录。// 注意填写正确的相对路径
const InspireCloud = require('./libs/inspirecloud-0.5.1.min.js');
通过 NPM 或 YARN 来安装,在引入时需要指定二级路径
import Inspirecloud from '@byteinspire/js-sdk/dist/inspirecloud-0.5.1.min.js'
如果要在线上小程序中使用 SDK,需要先配置域名白名单(参见 网络使用说明)。具体操作方法为:
见 轻服务 SDK 更新日志。
MIT
fix:
开头,代表修复 bug,会自动更新 patch 版本feat:
开头,代表新的 feature ,会自动更新 minor 版本feat!:
或 fix!:
或 refactor!:
代表不兼容修改,会自动更新 major 版本注:提交的 PR 会自动跟随 master 分支的更新
等待 Release 发布完成后,本地切到 master 分支的最新代码,执行 yarn publish
FAQs
inspirecloud javascript sdk
We found that @byteinspire/js-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.