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

fus-ext

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fus-ext - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

7

changelog.md

@@ -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 @@ =======

7

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

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