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.4 to 9.2.5

dist/index.js

18

package.json
{
"name": "jest-emotion",
"version": "9.2.4",
"version": "9.2.5",
"description": "Jest utilities for emotion",
"main": "lib/index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"src",
"lib"
"dist",
"types"
],
"scripts": {
"build": "npm-run-all clean babel",
"babel": "babel src -d lib",
"test:typescript": "dtslint types",
"watch": "babel src -d lib --watch",
"clean": "rimraf lib"
"test:typescript": "dtslint types"
},

@@ -24,9 +21,6 @@ "dependencies": {

"devDependencies": {
"babel-cli": "^6.24.1",
"dtslint": "^0.3.0",
"npm-run-all": "^4.0.2",
"preact": "^8.2.9",
"preact-render-to-json": "^3.6.6",
"pretty-format": "^22.4.3",
"rimraf": "^2.6.1"
"pretty-format": "^22.4.3"
},

@@ -33,0 +27,0 @@ "author": "Kye Hohenberger",

// @flow
function getClassNames(selectors, classes) {
function getClassNames(selectors: any, classes?: string) {
return classes ? selectors.concat(classes.split(' ')) : selectors

@@ -5,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