Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jest-emotion

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-emotion - npm Package Compare versions

Comparing version 9.2.0 to 9.2.2

2

lib/replace-class-names.js

@@ -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 = (

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc