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

literaljs

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

literaljs - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

build/index.js

@@ -21,3 +21,3 @@ 'use strict';

// Initial Tree
var tree = render(rootComponent);
var tree = parser(rootComponent);
// Initial Root Dom Node

@@ -29,3 +29,3 @@ var rootNode = createElement(tree);

setInterval(function () {
var newTree = render(rootComponent);
var newTree = parser(rootComponent);
var patches = diff(tree, newTree);

@@ -32,0 +32,0 @@ rootNode = patch(rootNode, patches);

{
"name": "literaljs",
"version": "1.1.1",
"version": "1.1.2",
"description": "Lightweight components using template literals with a virtual dom and diff system.",

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

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