@reactively/decorate
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -13,2 +13,5 @@ import { Reactive, ReactivelyParams } from "@reactively/core"; | ||
export declare class HasReactive implements HasReactiveInternal { | ||
/** Collection of reactive nodes, indexed by property name. | ||
* @internal | ||
*/ | ||
__reactive?: Record<string, Reactive<unknown>>; | ||
@@ -15,0 +18,0 @@ constructor(); |
@@ -23,2 +23,5 @@ "use strict"; | ||
export class HasReactive { | ||
/** Collection of reactive nodes, indexed by property name. | ||
* @internal | ||
*/ | ||
__reactive; | ||
@@ -25,0 +28,0 @@ constructor() { |
{ | ||
"name": "@reactively/decorate", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/decorate.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9455
5
237
0