jest-emotion
Advanced tools
Comparing version 9.2.4 to 9.2.5
{ | ||
"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 @@ } |
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
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
38566
4
12
569
1