sofa-hessian-node
Advanced tools
Comparing version 1.0.5 to 1.0.6
1.0.6 / 2018-11-27 | ||
================== | ||
**fixes** | ||
* [[`5abb263`](http://github.com/alipay/sofa-hessian-node/commit/5abb26346f760c41bfbc5ec25e9c37b2fe9c69c4)] - fix: enum should be in object ref list (#8) (killa <<killa123@126.com>>) | ||
1.0.5 / 2018-11-27 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -163,2 +163,3 @@ 'use strict'; | ||
gen('if (obj == null) { return encoder.writeNull(); }'); | ||
gen('encoder.objects.push(obj)'); | ||
@@ -165,0 +166,0 @@ if (version === '1.0') { |
{ | ||
"name": "sofa-hessian-node", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "An internal improved version of Hessian powered by Ant Financial.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32040
633