@vaadin/component-base
Advanced tools
+4
-4
| { | ||
| "name": "@vaadin/component-base", | ||
| "version": "25.0.0", | ||
| "version": "25.0.1", | ||
| "publishConfig": { | ||
@@ -40,8 +40,8 @@ "access": "public" | ||
| "devDependencies": { | ||
| "@vaadin/chai-plugins": "~25.0.0", | ||
| "@vaadin/test-runner-commands": "~25.0.0", | ||
| "@vaadin/chai-plugins": "~25.0.1", | ||
| "@vaadin/test-runner-commands": "~25.0.1", | ||
| "@vaadin/testing-helpers": "^2.0.0", | ||
| "sinon": "^21.0.0" | ||
| }, | ||
| "gitHead": "c979f7ca278b6412095176ada230eb07eb4456bf" | ||
| "gitHead": "ced28c07a8abee586510349b312452c8a555fd10" | ||
| } |
@@ -26,5 +26,6 @@ /** | ||
| */ | ||
| export class DataProviderController<TItem, TDataProviderParams extends Record<string, unknown>> | ||
| implements ReactiveController | ||
| { | ||
| export class DataProviderController< | ||
| TItem, | ||
| TDataProviderParams extends Record<string, unknown>, | ||
| > implements ReactiveController { | ||
| /** | ||
@@ -31,0 +32,0 @@ * The controller host element. |
+1
-1
@@ -16,3 +16,3 @@ /** | ||
| export function defineCustomElement(CustomElement, version = '25.0.0') { | ||
| export function defineCustomElement(CustomElement, version = '25.0.1') { | ||
| Object.defineProperty(CustomElement, 'version', { | ||
@@ -19,0 +19,0 @@ get() { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
238508
06750
0.01%