Comparing version 2.0.6-dev.1 to 2.0.6-dev.2
/*! | ||
* TSBuffer v2.0.6-dev.1 | ||
* TSBuffer v2.0.6-dev.2 | ||
* ----------------------------------------- | ||
@@ -91,3 +91,2 @@ * MIT LICENSE | ||
* 编码为 JSON Object,根据协议将 JSON 不支持的格式(如 ArrayBuffer、Date、ObjectId)转换成 JSON 可传输的格式 | ||
* 注意:性能起见,该操作会直接在原始 `value` 上进行修改;如不希望影响传入的原始 `value`,可以在传入前预先深拷贝。 | ||
* @param value | ||
@@ -100,3 +99,2 @@ * @param schemaOrId | ||
* 从 JSON Object 解码,根据协议将 ArrayBuffer、Date、ObjectId 等类型从 JSON 中还原 | ||
* 注意:性能起见,该操作会直接在原始 `value` 上进行修改;如不希望影响传入的原始 `value`,可以在传入前预先深拷贝。 | ||
* @param json - JSON Object (是 JSON 对象,而非 JSON 字符串) | ||
@@ -103,0 +101,0 @@ * @param schemaOrId |
{ | ||
"name": "tsbuffer", | ||
"version": "2.0.6-dev.1", | ||
"version": "2.0.6-dev.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
170820
4071