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.3.1 to 0.3.2

2

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

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

@@ -0,1 +1,4 @@

[![npm version](https://img.shields.io/npm/v/snabbdom-jsx.svg?style=flat-square)](https://www.npmjs.com/package/snabbdom-jsx)
Write [Snabbdom](https://github.com/paldepind/snabbdom) virtual DOM with

@@ -2,0 +5,0 @@ [Babel's JSX](http://babeljs.io/docs/advanced/transformers/other/react/).

"use strict";
var SVGNS = 'http://www.w3.org/2000/svg';
var modulesNS = ['hook', 'on', 'style', 'class', 'props', 'attrs'];
var modulesNS = ['hook', 'on', 'style', 'class', 'props', 'attrs', 'dataset'];
var slice = Array.prototype.slice;

@@ -6,0 +6,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