Comparing version 1.13.1 to 1.13.2
@@ -0,1 +1,8 @@ | ||
v1.13.2 | ||
======= | ||
2018-05-16T17:46:32Z | ||
Fix a bug of `onMessage` event in `web.Socket`. | ||
v1.13.1 | ||
@@ -2,0 +9,0 @@ ======= |
{ | ||
"name": "fus-ext", | ||
"version": "1.13.1", | ||
"version": "1.13.2", | ||
"description": "FutureScript Extension", | ||
@@ -16,3 +16,3 @@ "keywords": [ | ||
"author": "Zhenzhen Zhan <zhanzhenzhen@hotmail.com>", | ||
"homepage": "http://futurescript.org/", | ||
"homepage": "https://futurescript.org/", | ||
"license": "MIT", | ||
@@ -29,3 +29,6 @@ "repository": { | ||
}, | ||
"engines": { | ||
"node": ">=10.0.0" | ||
}, | ||
"main": "./target/main" | ||
} |
@@ -273,3 +273,3 @@ "use strict"; | ||
return (() => { | ||
return this.onMessage.fire(e.data); | ||
return this.onMessage.fire({ data: e.data }); | ||
})(); | ||
@@ -276,0 +276,0 @@ };this[var_573300145710716007_2].onerror = e => { |
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
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
358931