Comparing version 0.21.28 to 0.21.29
@@ -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 {} |
{ | ||
"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 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
970098
12153