Socket
Book a DemoInstallSign in
Socket

@enact/core

Package Overview
Dependencies
Maintainers
1
Versions
228
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

to
4.0.10

4

CHANGELOG.md

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

## [4.0.10] - 2022-04-05
No significant changes.
## [4.0.9] - 2021-12-15

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

3

hoc/hoc.d.ts

@@ -12,3 +12,4 @@ // Type definitions for core/hoc

* * an instance config only and return a decorator function expecting a component constructor
(like the next bullet), or
*
* (like the next bullet), or
* * a component constructor and return a renderable component

@@ -15,0 +16,0 @@ *

{
"name": "@enact/core",
"version": "4.0.9",
"version": "4.0.10",
"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 @@ "main": "index.js",

@@ -19,5 +19,7 @@ // Type definitions for core/snapshot

* * The callback should not alter the initial HTML state. If it does, it will invalidate the
pre-render state and interfere with React rehydration.
*
* pre-render state and interfere with React rehydration.
* * The callback should be limited to module-scoped actions and not component instance actions. If
the action is tied to a component, it should be invoked from within the component's lifecycle
*
* the action is tied to a component, it should be invoked from within the component's lifecycle
methods.

@@ -24,0 +26,0 @@ */

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

export declare class Job {
constructor(
/**
* Function to execute as the requested job.
*/
constructor
/**
* Function to execute as the requested job.
*/(
fn: Function

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.