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

fus-ext

Package Overview
Dependencies
Maintainers
1
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.9.1 to 1.10.0

7

changelog.md

@@ -0,1 +1,8 @@

v1.10.0
=======
2017-04-04T06:14:30Z
- Add `holder` argument to event listener.
v1.9.1

@@ -2,0 +9,0 @@ ======

2

package.json
{
"name": "fus-ext",
"version": "1.9.1",
"version": "1.10.0",
"description": "FutureScript Extension",

@@ -5,0 +5,0 @@ "keywords": [

@@ -226,5 +226,7 @@ "use strict";Object.defineProperty(exports, "__esModule", {

arg = method;method = "bind";
})() : undefined;assert(typeof method === "string");f[method](arg);return _this2;
})() : undefined;assert(typeof method === "string");var base_573300145710716007 = f;if (base_573300145710716007._holder === undefined || base_573300145710716007._holder === null) {
base_573300145710716007._holder = _this2;
};f[method](arg);return _this2;
})();
};f._listeners = [];f.getListeners = function () {
};f._holder = null;f._listeners = [];f.getListeners = function () {
return (function () {

@@ -254,3 +256,3 @@ return dotDotCalc_573300145710716007(dotDot_573300145710716007, f._listeners, "clone", []);

})() : (function () {
listener(arg);return true;
listener(arg, f._holder);return true;
})();

@@ -257,0 +259,0 @@ })();

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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