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

jest-styled-components

Package Overview
Dependencies
Maintainers
2
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-styled-components - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

2

package.json
{
"name": "jest-styled-components",
"version": "4.1.1",
"version": "4.1.2",
"description": "Jest utilities for Styled Components",

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

@@ -11,3 +11,6 @@ const { printReceived, printExpected } = require('jest-matcher-utils')

} else if (typeof received.find === 'function') {
className = received.find('[className]').first().prop('className')
const components = received.find('[className]')
if (components.length) {
className = components.first().prop('className')
}
}

@@ -14,0 +17,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