vue3-encryption-plugin
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "vue3-encryption-plugin", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "✈️🔖🔖 pinia插件加密、实现本地数据加密解密", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
// 导入所需的加密库 | ||
import CryptoJS from "crypto-js"; | ||
import { provide } from "vue"; | ||
// 定义插件接口 | ||
@@ -5,0 +5,0 @@ const EncryptionPlugin = { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5937
32