fela-tools
Advanced tools
Comparing version 4.3.5 to 5.0.0
{ | ||
"name": "fela-tools", | ||
"version": "4.3.5", | ||
"version": "5.0.0", | ||
"description": "Useful tools for working with Fela", | ||
"module": "index.es2015.js", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"module": "es/index.js", | ||
"jsnext:main": "es/index.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"index.js", | ||
"StyleSheet.js", | ||
"mapValueToMediaQuery.js", | ||
"dist/**" | ||
"lib/**", | ||
"es/**" | ||
], | ||
@@ -23,5 +22,9 @@ "repository": "https://github.com/rofrischmann/fela/", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"fela": "4.3.5" | ||
"dependencies": { | ||
"css-in-js-utils": "^1.0.3", | ||
"fela-utils": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"fela": "^5.0.0" | ||
} | ||
} | ||
} |
@@ -5,4 +5,3 @@ # fela-tools | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-tools.svg"> | ||
<img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.53kb-brightgreen.svg"> | ||
<img alt="npm downloads" src="https://img.shields.io/npm/dm/fela-tools.svg"> <img alt="gzipped size" src="https://img.shields.io/badge/gzipped-0.53kb-brightgreen.svg"> | ||
@@ -38,2 +37,3 @@ ## Installation | ||
* [`mapValueToMediaQuery(queryValueMap, mapper)`](docs/mapValueToMediaQuery.md) | ||
* [`renderToString(renderer)`](docs/renderToString.md) | ||
* [StyleSheet](docs/StyleSheet.md) | ||
@@ -40,0 +40,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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
36772
83
864
2
1
5
1
+ Addedcss-in-js-utils@^1.0.3
+ Addedfela-utils@^5.0.0
+ Addedfela-utils@5.0.5(transitive)
- Removedfela@4.3.5(transitive)