Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tsbuffer

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsbuffer - npm Package Compare versions

Comparing version 2.0.6-dev.1 to 2.0.6-dev.2

4

index.d.ts
/*!
* 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc