Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@auraxy/cef-bridge
Advanced tools
cefCore, boundAsync, cefEnviroment, cefPopupEnvironment, cefJsWebBridge
pkg.module supported
, which means that you can apply tree-shaking in you project
cefCore, boundAsync, cefEnviroment, cefPopupEnvironment, cefJsWebBridge
如果是从 1.0.0 迁移到 2.0.0 以上版本请注意接口名称的变化,将所有相关变动的接口名一并修改掉
https://git.yipiaoyun.com/front/cef-bridge.git
https://git.yipiaoyun.com/front/cef-bridge#readme
Your can see the usage by run the example of the module, here is the step:
git clone https://git.yipiaoyun.com/front/cef-bridge.git
cd your-module-directory
npm i
(use taobao registry: npm i --registry=http://registry.npm.taobao.org
)npm run dev
http://127.0.0.1/examples/test.html
) in your browsernpm i -S git+ssh://git@git.yipiaoyun.com:front/cef-bridge.git[#tagName]
CefBridge
See in index.d.ts
import * as CefBridge from '@auraxy/cef-bridge'
Use in html, see what your can use in CDN: unpkg
<-- use what you want -->
<script src="https://unpkg.com/@auraxy/cef-bridge/lib/umd/<--module-->.js"></script>
FAQs
cefCore, boundAsync, cefEnviroment, cefPopupEnvironment, cefJsWebBridge
We found that @auraxy/cef-bridge demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.