Comparing version 2.0.2-dev.4 to 2.0.2
/*! | ||
* TSBuffer v2.0.2-dev.4 | ||
* TSBuffer v2.0.2 | ||
* ----------------------------------------- | ||
* LGPL 3.0 LICENSE | ||
* MIT LICENSE | ||
* KingWorks (C) Copyright 2021 | ||
@@ -6,0 +6,0 @@ * https://github.com/k8w/tsbuffer |
{ | ||
"name": "tsbuffer", | ||
"version": "2.0.2-dev.4", | ||
"version": "2.0.2", | ||
"description": "", | ||
@@ -16,17 +16,17 @@ "main": "index.cjs", | ||
"k8w-extend-native": "^1.4.5", | ||
"tsbuffer-validator": "^2.0.1-dev.1" | ||
"tsbuffer-validator": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-documenter": "^7.13.16", | ||
"@microsoft/api-documenter": "^7.13.19", | ||
"@microsoft/api-extractor": "^7.16.1", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^15.12.1", | ||
"mocha": "^8.4.0", | ||
"@types/node": "^15.12.2", | ||
"mocha": "^9.0.0", | ||
"nyc": "^15.1.0", | ||
"rollup": "^2.51.0", | ||
"rollup": "^2.51.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-node": "^10.0.0", | ||
"tsbuffer-proto-generator": "^1.4.1-dev.4", | ||
"tslib": "^2.2.0", | ||
"tsbuffer-proto-generator": "^1.4.1", | ||
"tslib": "^2.3.0", | ||
"typescript": "^4.3.2" | ||
@@ -64,3 +64,3 @@ }, | ||
"author": "", | ||
"license": "LGPL-3.0", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -70,2 +70,2 @@ "url": "https://github.com/k8w/tsbuffer/issues" | ||
"homepage": "https://github.com/k8w/tsbuffer#readme" | ||
} | ||
} |
TSBuffer | ||
=== | ||
## 介绍 | ||
TypeScript type serializer used by [TSRPC](https://github.com/tsrpc). | ||
TSBUFFER是……BLABLABLA... | ||
### 特性 | ||
1. XXX | ||
1. XXXX | ||
### 与Protobuf比较 | ||
## 使用 | ||
### 安装 | ||
#### NodeJS | ||
#### 浏览器 | ||
### 生成Proto文件 | ||
### 验证数据格式 | ||
### 编解码 | ||
## 命令行工具 | ||
### 安装 | ||
### 生成Proto文件 | ||
### 验证数据格式 | ||
### 编解码 | ||
## 支持的TypeScript类型 | ||
## 暂不支持的TypeScript类型 | ||
See [API Reference](docs/api/tsbuffer.md). |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
120386
0
100
2944
0
6
1
Updatedtsbuffer-validator@^2.0.2