jest-emotion
Advanced tools
Comparing version 9.2.0 to 9.2.2
@@ -8,3 +8,3 @@ 'use strict'; | ||
var componentSelectorClassNamePattern = /e[a-zA-Z0-9-]+[0-9]+/; | ||
var componentSelectorClassNamePattern = /^e[a-zA-Z0-9]+[0-9]+$/; | ||
@@ -11,0 +11,0 @@ var replaceClassNames = exports.replaceClassNames = function replaceClassNames(classNames, styles, code, key) { |
{ | ||
"name": "jest-emotion", | ||
"version": "9.2.0", | ||
"version": "9.2.2", | ||
"description": "Jest utilities for emotion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -8,3 +8,3 @@ // @flow | ||
const componentSelectorClassNamePattern = /e[a-zA-Z0-9-]+[0-9]+/ | ||
const componentSelectorClassNamePattern = /^e[a-zA-Z0-9]+[0-9]+$/ | ||
@@ -11,0 +11,0 @@ export const replaceClassNames = ( |
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
21776
0