rrweb-cssom
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -1575,3 +1575,3 @@ var CSSOM = {}; | ||
state = "startingStyleRule-begin"; | ||
i += "startingStyle".length; | ||
i += "starting-style".length; | ||
startingStyleRule = new CSSOM.CSSStartingStyleRule(); | ||
@@ -1825,2 +1825,3 @@ startingStyleRule.__starts = i; | ||
|| parentRule.constructor.name === "CSSContainerRule" | ||
|| parentRule.constructor.name === "CSSStartingStyleRule" | ||
) { | ||
@@ -1827,0 +1828,0 @@ prevScope = currentScope; |
@@ -184,3 +184,3 @@ //.CommonJS | ||
state = "startingStyleRule-begin"; | ||
i += "startingStyle".length; | ||
i += "starting-style".length; | ||
startingStyleRule = new CSSOM.CSSStartingStyleRule(); | ||
@@ -434,2 +434,3 @@ startingStyleRule.__starts = i; | ||
|| parentRule.constructor.name === "CSSContainerRule" | ||
|| parentRule.constructor.name === "CSSStartingStyleRule" | ||
) { | ||
@@ -436,0 +437,0 @@ prevScope = currentScope; |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"author": "Nikita Vasilyev <me@elv1s.ru>", | ||
@@ -13,0 +13,0 @@ "repository": "rrweb-io/CSSOM", |
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
101567
3551