Comparing version 0.4.1 to 0.4.2
@@ -1,2 +0,2 @@ | ||
var raf = (typeof window !== `undefined` && window.requestAnimationFrame) || setTimeout; | ||
var raf = (typeof window !== 'undefined' && window.requestAnimationFrame) || setTimeout; | ||
var nextFrame = function(fn) { raf(function() { raf(fn); }); }; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
var raf = (typeof window !== `undefined` && window.requestAnimationFrame) || setTimeout; | ||
var raf = (typeof window !== 'undefined' && window.requestAnimationFrame) || setTimeout; | ||
var nextFrame = function(fn) { raf(function() { raf(fn); }); }; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "snabbdom", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A virtual DOM library with focus on simplicity, modularity, powerful features and performance.", | ||
@@ -5,0 +5,0 @@ "main": "snabbdom.js", |
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