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.2 to 1.0.0-alpha.3

CHANGELOG.md

2

Accelerator/Accelerator.js

@@ -14,3 +14,3 @@ 'use strict';

*
* @module @enact/core/Accelerator
* @module core/Accelerator
* @public

@@ -17,0 +17,0 @@ */

'use strict';
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /* eslint-disable react/display-name */
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /* eslint-disable enact/display-name */

@@ -5,0 +5,0 @@ var _react = require('react');

@@ -13,11 +13,11 @@ 'use strict';

sum: function sum(_ref) {
var x = _ref.x;
var y = _ref.y;
var z = _ref.z;
var x = _ref.x,
y = _ref.y,
z = _ref.z;
return x + y + z;
},
product: function product(_ref2) {
var x = _ref2.x;
var y = _ref2.y;
var z = _ref2.z;
var x = _ref2.x,
y = _ref2.y,
z = _ref2.z;
return x * y * z;

@@ -116,15 +116,15 @@ }

sum: function sum(_ref5) {
var x = _ref5.x;
var y = _ref5.y;
var z = _ref5.z;
var x = _ref5.x,
y = _ref5.y,
z = _ref5.z;
return x + y + z;
},
product: function product(_ref6) {
var sum = _ref6.sum;
var x = _ref6.x;
var sum = _ref6.sum,
x = _ref6.x;
return sum * x;
},
result: function result(_ref7) {
var product = _ref7.product;
var label = _ref7.label;
var product = _ref7.product,
label = _ref7.label;
return label + ': ' + product;

@@ -153,10 +153,10 @@ }

product: function product(_ref8) {
var sum = _ref8.sum;
var x = _ref8.x;
var sum = _ref8.sum,
x = _ref8.x;
return sum * x;
},
sum: function sum(_ref9) {
var x = _ref9.x;
var y = _ref9.y;
var z = _ref9.z;
var x = _ref9.x,
y = _ref9.y,
z = _ref9.z;
return x + y + z;

@@ -163,0 +163,0 @@ }

@@ -40,7 +40,6 @@ 'use strict';

render: function render(_ref2) {
var label = _ref2.label;
var value = _ref2.value;
var label = _ref2.label,
value = _ref2.value,
rest = _objectWithoutProperties(_ref2, ['label', 'value']);
var rest = _objectWithoutProperties(_ref2, ['label', 'value']);
delete rest.prop;

@@ -47,0 +46,0 @@ return _react2.default.createElement(

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

@@ -28,3 +28,3 @@ "main": "index.js",

"eslintConfig": {
"extends": "enact-internal"
"extends": "enact/strict"
},

@@ -31,0 +31,0 @@ "dependencies": {

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