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

deku

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deku - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

8

History.md
0.4.6 / 2015-06-29
==================
* Merge pull request #187 from dekujs/should-render
* Fixed: State not committed during shouldUpdate
* Merge pull request #177 from mpal9000/patch-1
* docs - initialState props
0.4.5 / 2015-06-13

@@ -3,0 +11,0 @@ ==================

5

lib/render.js

@@ -333,3 +333,6 @@ /**

if (!shouldUpdate(entity)) return updateChildren(entityId)
if (!shouldUpdate(entity)) {
commit(entity)
return updateChildren(entityId)
}

@@ -336,0 +339,0 @@ var currentTree = entity.virtualElement

2

package.json
{
"name": "deku",
"version": "0.4.5",
"version": "0.4.6",
"repository": "segmentio/deku",

@@ -5,0 +5,0 @@ "description": "Create view components using a virtual DOM",

Sorry, the diff of this file is too big to display

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