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.28 to 0.21.29

1

index.d.ts

@@ -930,2 +930,3 @@ declare namespace alkali {

export class ReplacedEvent extends UpdateEvent {}
export class EntryEvent extends UpdateEvent {}
export class AddedEvent extends UpdateEvent {}

@@ -932,0 +933,0 @@ export class DeletedEvent extends UpdateEvent {}

2

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

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

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

var lang = {
requestAnimationFrame: has('requestAnimationFrame') ? requestAnimationFrame :
requestAnimationFrame:
(function() {

@@ -262,3 +262,3 @@ var toRender = []

if (!queued) {
setTimeout(processAnimationFrame)
(window.requestAnimationFrame || setTimeout)(processAnimationFrame)
queued = true

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

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