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

nuejs-core

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuejs-core - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

package.json
{
"name": "nuejs-core",
"version": "0.5.0",
"version": "0.5.1",
"description": "HTML microlibrary for UX developers",

@@ -5,0 +5,0 @@ "homepage": "https://nuejs.org",

@@ -199,3 +199,3 @@

const arr = mergeVals(getAttr(root, 'class') || [], parent.class)
if (arr[0]) root.className = renderVal(arr, ' ')
if (arr[0]) setAttr(root, 'class', renderVal(arr, ' '))

@@ -202,0 +202,0 @@ const { id, style } = parent

@@ -24,9 +24,8 @@

'<b :class="type">Hey</b>': "<b class=\"bold\">Hey</b>",
'<b class="item { type }"/>': "<b class=\"item bold\"></b>",
'<img src="/img/icon/{type}.svg">': "<img src=\"/img/icon/bold.svg\">",
'<b :class="item { type }">Hey</b>': "<b class=\"item bold\">Hey</b>",
'<b :class="type">Hey</b>': '<b class="bold">Hey</b>',
'<b class="item { type }"/>': '<b class="item bold"></b>',
'<img src="/img/icon/{type}.svg">': '<img src="/img/icon/bold.svg">',
'<b :class="item { type }">Hey</b>': '<b class="item bold">Hey</b>',
'<time :datetime="date.getDay()">{ date.getDay() }</time>': `<time datetime="6">6</time>`,
// skip event attributes

@@ -84,3 +83,3 @@ '<a @click="click"/>': '<a></a>',

'<b class="this { thing } { should: true, be: 1, baz: 0, lol: null, great: -1 }"/>':
'<b class=\"this thing should be great\"></b>',
'<b class="this thing should be great"></b>',

@@ -87,0 +86,0 @@ '<b style="font-weight: calc(2em + 5%); color: { color}"/>':

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