@emotion/styled-base
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "@emotion/styled-base", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "base styled API for emotion", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/styled-base.cjs.js", | ||
"module": "dist/styled-base.esm.js", | ||
"browser": { | ||
"./dist/index.cjs.js": "./dist/index.browser.cjs.js", | ||
"./dist/index.esm.js": "./dist/index.browser.esm.js" | ||
"./dist/styled-base.cjs.js": "./dist/styled-base.browser.cjs.js", | ||
"./dist/styled-base.esm.js": "./dist/styled-base.browser.esm.js" | ||
}, | ||
@@ -14,5 +14,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@emotion/is-prop-valid": "^0.6.4", | ||
"@emotion/serialize": "^0.8.4", | ||
"@emotion/utils": "^0.7.2" | ||
"@emotion/is-prop-valid": "^0.6.5", | ||
"@emotion/serialize": "^0.8.5", | ||
"@emotion/utils": "^0.7.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": { |
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
98282
15
1
Updated@emotion/serialize@^0.8.5
Updated@emotion/utils@^0.7.3