Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@leafer/interface

Package Overview
Dependencies
Maintainers
1
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leafer/interface - npm Package Compare versions

Comparing version
1.9.9
to
1.9.10
+1
-1
package.json
{
"name": "@leafer/interface",
"version": "1.9.9",
"version": "1.9.10",
"description": "@leafer/interface",

@@ -5,0 +5,0 @@ "author": "Chao (Leafer) Wan",

@@ -555,3 +555,4 @@ import { ILeaferBase } from '../app/ILeafer'

set(data: IObject, transition?: ITransition): void
get(name?: string | string[] | IObject): ILeafInputData | IValue
get<K extends keyof this>(name: K): this[K]
get<K extends keyof this>(name?: K[] | ILeafInputData): ILeafInputData
setAttr(name: string, value: any): void

@@ -558,0 +559,0 @@ getAttr(name: string): any

Sorry, the diff of this file is too big to display