Socket
Socket
Sign inDemoInstall

snabbdom-jsx

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snabbdom-jsx - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "snabbdom-jsx",
"version": "0.4.1",
"version": "0.4.2",
"description": "Write snabbdom views using JSX and Babel",

@@ -5,0 +5,0 @@ "main": "snabbdom-jsx.js",

/// <reference path="./jsx.d.ts" />
declare export function html(tag: any, attrs: any, children: any)
declare export function svg(tag: any, attrs: any, children: any)
declare export function JSX(nsURL: string, defNS?: any, modules?: any)
import { VNode } from 'snabbdom/vnode'
export function html(tag: any, attrs: any, children: any): VNode
export function svg(tag: any, attrs: any, children: any): VNode
export function JSX(nsURL: string, defNS?: any, modules?: any): VNode
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