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

nuejs-core

Package Overview
Dependencies
Maintainers
1
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.3.4 to 0.4.0

2

package.json
{
"name": "nuejs-core",
"version": "0.3.4",
"version": "0.4.0",

@@ -5,0 +5,0 @@ "description": "The Nue framework for building user interfaces",

@@ -261,4 +261,4 @@

setJSONData(node, data)
node.attribs.island = name
node.name = 'nue-island'
node.attribs.is = name
node.name = 'div'
return // must return

@@ -265,0 +265,0 @@ }

@@ -149,8 +149,4 @@

'<hey :val/>': '<nue-island island="hey">\n <script type="application/json">{"val":"1"}</script>\n</nue-island>',
'<hey :val/>': '<div is="hey">\n <script type="application/json">{"val":"1"}</script>\n</div>',
// nue element
// '<foo :nums="nums" :person="person" data-x="bar"/>':
// '<nue-island island="foo" data-x="bar">\n <script type="application/json">{"nums":[1,2],"person":{"name":"Nick","age":10}}</script>\n</nue-island>',
'<html><slot for="none"/><b>{ val }</b></html>': '<html><b>1</b></html>',

@@ -157,0 +153,0 @@ '<html><slot for="page"/></html>': '<html><main>Hello</main></html>',

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