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

nanomorph

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanomorph - npm Package Compare versions

Comparing version 4.0.4 to 4.0.5

2

lib/events.js

@@ -10,2 +10,4 @@ module.exports = [

'onmouseout',
'onmouseenter',
'onmouseleave',
'ondragstart',

@@ -12,0 +14,0 @@ 'ondrag',

2

package.json
{
"name": "nanomorph",
"version": "4.0.4",
"version": "4.0.5",
"description": "Hyper fast diffing algorithm for real DOM nodes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -52,2 +52,7 @@ # nanomorph [![stability][0]][1]

### Why doesn't this work in Node?
Node has no concept of a DOM - server side rendering is basically fancy string
concatenation. If you want to combine HTML strings in Node, check out
[hyperstream][hyperstream].
### This library seems cool, I'd like to build my own!

@@ -111,1 +116,2 @@ Nanomorph was optimized for simplicity, but different situations might require

[own-vdom-2]: https://medium.com/@deathmood/write-your-virtual-dom-2-props-events-a957608f5c76
[hyperstream]: https://github.com/substack/hyperstream
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