dom-helpers
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "dom-helpers", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "tiny modular DOM lib for ie8+ ", | ||
@@ -5,0 +5,0 @@ "author": { |
"use strict"; | ||
var canUseDOM = require("react/lib/ExecutionEnvironment").canUseDOM, | ||
cancel = "clearTimeout", | ||
var canUseDOM = require("./inDOM"); | ||
var cancel = "clearTimeout", | ||
raf = fallback, | ||
@@ -6,0 +7,0 @@ compatRaf; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
24102
37
499
0