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.0.0-0 to 9.0.0-1

3

lib/replace-class-names.js

@@ -5,4 +5,3 @@ 'use strict';

function defaultClassNameReplacer(className, index) {
// Change this to emotion before merging
return 'glamor-' + index;
return 'emotion-' + index;
}

@@ -9,0 +8,0 @@

{
"name": "jest-emotion",
"version": "9.0.0-0",
"version": "9.0.0-1",
"description": "Jest utilities for emotion",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

// @flow
function defaultClassNameReplacer(className, index) {
// Change this to emotion before merging
return `glamor-${index}`
return `emotion-${index}`
}

@@ -6,0 +5,0 @@

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