
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
if-dynamic-safe-link
Advanced tools
import Vue from 'vue'
import IfDynamicSafeLink from 'if-dynamic-safe-link'
Vue.use(IfDynamicSafeLink, {
fetchUrl: '获取令牌的地址',
splitStr: '加密字段分隔符',
secretKey: '加密混淆的密钥',
axios: 'Axios对象或实例,用于注入',
fingerOptions: '用于指纹识别插件fingerprintjs2的配置'
})
import {useDynamicSafeLink} from 'if-dynamic-safe-link'
const $dsl = useDynamicSafeLink()
$dsl.generate() //返回一个Promise
此外您也可以使用全局注册的 $ifDynamicSafeLink来获取相应的实例。
MailTo: Alibob (gg3526@sina.com)
https://cdn.jsdelivr.net/npm/js-base64@3.7.4/base64.min.js
//cdn.jsdelivr.net/npm/@fingerprintjs/fingerprintjs@2/dist/fingerprint2.min.js //unpkg.com/@fingerprintjs/fingerprintjs@2/dist/fingerprint2.min.js //https://cdn.jsdelivr.net/npm/crypto-js@4.1.1/index.min.js
FAQs
基于安全链路架构,为每次请求提供一个可靠的认证的safeID
The npm package if-dynamic-safe-link receives a total of 10 weekly downloads. As such, if-dynamic-safe-link popularity was classified as not popular.
We found that if-dynamic-safe-link 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.