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

alkali

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alkali - npm Package Compare versions

Comparing version 0.21.14 to 0.21.15

2

package.json
{
"name": "alkali",
"author": "Kris Zyp",
"version": "0.21.14",
"version": "0.21.15",
"description": "Reactivity with native JavaScript objects and HTML elements",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -482,3 +482,3 @@ (function (root, factory) { if (typeof define === 'function' && define.amd) {

var childElements = this.childElements
var updates = this.updates
var updates = this.updates || [{ type: 'replaced' }]
container = thisElement

@@ -553,2 +553,4 @@ updates.forEach(function(update) {

var renderer = renderers[id]
if (renderer.omitValueOf)
renderer.omitValueOf = false
renderer.updateElement(element)

@@ -555,0 +557,0 @@ }

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