typography-theme-ocean-beach
Advanced tools
Comparing version 0.15.11 to 0.16.18
@@ -56,3 +56,4 @@ 'use strict'; | ||
textShadow: '.03em 0 #fff,-.03em 0 #fff,0 .03em #fff,0 -.03em #fff,.06em 0 #fff,-.06em 0 #fff,.09em 0 #fff,-.09em 0 #fff,.12em 0 #fff,-.12em 0 #fff,.15em 0 #fff,-.15em 0 #fff', // eslint-disable-line | ||
backgroundImage: 'linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 1px, ' + linkColor + ' 1px, ' + linkColor + ' 2px, rgba(0, 0, 0, 0) 2px)' }, | ||
backgroundImage: 'linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 1px, ' + linkColor + ' 1px, ' + linkColor + ' 2px, rgba(0, 0, 0, 0) 2px)' // eslint-disable-line | ||
}, | ||
'a:hover,a:active': { | ||
@@ -59,0 +60,0 @@ textShadow: 'none', |
{ | ||
"name": "typography-theme-ocean-beach", | ||
"description": "A theme for Typography.js", | ||
"version": "0.15.11", | ||
"version": "0.16.18", | ||
"author": "Kyle Mathews <mathews.kyle@gmail.com>", | ||
"dependencies": { | ||
"gray-percentage": "^2.0.0", | ||
"typography-breakpoint-constants": "^0.15.10" | ||
"typography-breakpoint-constants": "^0.16.18" | ||
}, | ||
@@ -30,3 +30,4 @@ "keywords": [ | ||
"watch": "../../node_modules/.bin/babel -w src --out-dir dist/" | ||
} | ||
}, | ||
"gitHead": "bdd749093e7055b5ab8fdcd7448ae5f1e88cad5f" | ||
} |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
182
0
134542
6
+ Addedtypography-breakpoint-constants@0.16.19(transitive)
- Removedtypography-breakpoint-constants@0.15.10(transitive)