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

sofa-hessian-node

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sofa-hessian-node - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

History.md
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 @@ ==================

1

lib/compile.js

@@ -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') {

2

package.json
{
"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",

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