New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@enact/core

Package Overview
Dependencies
Maintainers
0
Versions
219
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 5.0.0-alpha.2 to 5.0.0-alpha.3

12

CHANGELOG.md

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

## [5.0.0-alpha.3] - 2024-12-02
No significant changes.
## [4.9.4] - 2024-11-19
No significant changes.
## [4.9.3] - 2024-10-29
No significant changes.
## [5.0.0-alpha.2] - 2024-10-08

@@ -7,0 +19,0 @@

2

handle/handle.d.ts

@@ -499,3 +499,3 @@ // Type definitions for core/handle

*
* If the methods exists on the object, it is called with the event, props, and context and its
* If the methods exist on the object, it is called with the event, props, and context and its
return value is returned.

@@ -502,0 +502,0 @@ *

@@ -621,3 +621,3 @@ "use strict";

*
* If the methods exists on the object, it is called with the event, props, and context and its
* If the methods exist on the object, it is called with the event, props, and context and its
* return value is returned.

@@ -624,0 +624,0 @@ *

@@ -31,3 +31,3 @@ // Type definitions for core/kind

* Specifies which class names are overridable.
If this value is `true` , all of the class names of the component CSS will become public.
If this value is `true` , all the class names of the component CSS will become public.
*/;

@@ -34,0 +34,0 @@ publicClassNames?: boolean | string | string[];

@@ -70,3 +70,3 @@ "use strict";

* @property {Boolean|String|String[]} [publicClassNames] Specifies which class names are overridable.
* If this value is `true`, all of the class names of the component CSS will become public.
* If this value is `true`, all the class names of the component CSS will become public.
*/

@@ -73,0 +73,0 @@

{
"name": "@enact/core",
"version": "5.0.0-alpha.2",
"version": "5.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.",

@@ -5,0 +5,0 @@ "repository": {

@@ -17,3 +17,3 @@ "use strict";

* @param {Boolean|String|String[]} [publicClassNames] The keys of public class names of the component
* If this value is `true`, all of the keys from the component
* If this value is `true`, all the keys from the component
* CSS will become public class names.

@@ -20,0 +20,0 @@ * @returns {Object} A merged CSS

@@ -160,6 +160,6 @@ // Type definitions for core/util

*/
export function setDefaultProps(props: Obejct, defaultProps: Obejct): object;
export function setDefaultProps(props: object, defaultProps: object): object;
/**
* Performs shallow comparison for given objects.
*/
export function shallowEqual(a: Obejct, b: Obejct): boolean;
export function shallowEqual(a: object, b: object): boolean;

@@ -287,4 +287,4 @@ "use strict";

* @function
* @param {Obejct} props Props object
* @param {Obejct} defaultProps Default value object
* @param {Object} props Props object
* @param {Object} defaultProps Default value object
*

@@ -311,4 +311,4 @@ * @returns {Object} Props with default values

* @function
* @param {Obejct} a An object to compare.
* @param {Obejct} b An object to compare.
* @param {Object} a An object to compare.
* @param {Object} b An object to compare.
*

@@ -315,0 +315,0 @@ * @returns {Boolean} `true` if the values of all keys are strictly equal.

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