Comparing version 3.1.5 to 3.1.6
/** | ||
* @deprecated use `cancelAnimationFrame` instead | ||
*/ | ||
declare const cancelAnimationFramePolyfill: typeof cancelAnimationFrame | typeof clearTimeout; | ||
declare const cancelAnimationFramePolyfill: typeof cancelAnimationFrame; | ||
export default cancelAnimationFramePolyfill; |
/** | ||
* @deprecated use `cancelAnimationFrame` instead | ||
*/ | ||
declare const cancelAnimationFramePolyfill: typeof cancelAnimationFrame | typeof clearTimeout; | ||
declare const cancelAnimationFramePolyfill: typeof cancelAnimationFrame; | ||
export default cancelAnimationFramePolyfill; |
{ | ||
"name": "dom-lib", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"description": "DOM helper library", | ||
@@ -23,3 +23,3 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.4" | ||
"@babel/runtime": "^7.20.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "release": { |
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
156210
Updated@babel/runtime@^7.20.0