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

@enact/core

Package Overview
Dependencies
Maintainers
1
Versions
218
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enact/core - npm Package Compare versions

Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4

internal/deprecate/deprecate.js

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [1.0.0-alpha.4] - 2016-12-2
No developer-facing changes.
## [1.0.0-alpha.3] - 2016-11-8

@@ -7,0 +11,0 @@

@@ -21,2 +21,3 @@ 'use strict';

*
* @function
* @param {Event} ev Event payload

@@ -26,2 +27,4 @@ * @param {Function} fn Event callback

* @returns {undefined}
* @memberof core/dispatcher
* @private
*/

@@ -31,3 +34,3 @@ /**

*
* @module @enact/core/dispatcher
* @module core/dispatcher
*/

@@ -47,9 +50,12 @@

*
* @function
* @param {Event} ev Event payload
*
* @returns {undefined}
* @memberof core/dispatcher
* @private
*/
var dispatcher = function dispatcher(ev) {
var name = ev.type;
var listeners = (0, _listeners2.default)(ev.target, name);
var listeners = (0, _listeners2.default)(ev.currentTarget, name);

@@ -65,2 +71,3 @@ if (listeners) {

*
* @function
* @param {String} name Event name

@@ -71,2 +78,3 @@ * @param {Function} fn Event handler

* @returns {undefined}
* @memberof core/dispatcher
*/

@@ -87,2 +95,3 @@ var on = function on(name, fn) {

*
* @function
* @param {String} name Event name

@@ -93,2 +102,3 @@ * @param {Function} fn Event handler

* @returns {undefined}
* @memberof core/dispatcher
*/

@@ -112,2 +122,3 @@ var off = function off(name, fn) {

*
* @function
* @param {String} name Event name

@@ -119,2 +130,3 @@ * @param {Function} fn Event handler

* remove it.
* @memberof core/dispatcher
*/

@@ -121,0 +133,0 @@ var once = function once(name, fn) {

8

package.json
{
"name": "@enact/core",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"description": "Enact is an open source JavaScript framework containing everything you need to create a fast, scalable mobile or web application.",

@@ -31,5 +31,5 @@ "main": "index.js",

"dependencies": {
"react": "~15.3.2",
"react-addons-update": "~15.3.2",
"react-dom": "~15.3.2",
"react": "~15.4.0",
"react-addons-update": "~15.4.0",
"react-dom": "~15.4.0",
"ramda": "~0.22.1",

@@ -36,0 +36,0 @@ "classnames": "~2.2.5"

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