Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@riotjs/dom-bindings

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@riotjs/dom-bindings - npm Package Compare versions

Comparing version 9.2.2 to 9.2.3

14

dom-bindings.d.ts

@@ -93,12 +93,16 @@ // Expressions

template?: TemplateChunk<Scope>
attributes: AttributeExpressionData<Scope>[]
name: string
}
export interface TagSlotData<Scope = any> {
id: string
html: string
bindings: BindingData<Scope>[]
}
export interface TagBindingData<Scope = any> extends BaseBindingData<Scope> {
getComponent(name: string): TemplateChunk<Scope>
attributes: AttributeExpressionData<Scope>[]
slots: {
id: string
html: string
bindings: BindingData<Scope>[]
}[]
slots: TagSlotData[]
}

@@ -105,0 +109,0 @@

{
"name": "@riotjs/dom-bindings",
"version": "9.2.2",
"version": "9.2.3",
"description": "Riot.js DOM bindings",

@@ -57,3 +57,3 @@ "main": "dist/dom-bindings.cjs",

"c8": "^10.1.2",
"chai": "^5.1.1",
"chai": "^5.1.2",
"coveralls": "^3.1.1",

@@ -64,5 +64,5 @@ "eslint": "^8.57.0",

"jsdom-global": "3.0.2",
"mocha": "^10.7.3",
"mocha": "^10.8.2",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"rollup": "^4.24.4",
"sinon": "^19.0.2",

@@ -69,0 +69,0 @@ "sinon-chai": "^4.0.0",

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