Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cmsgov/ds-healthcare-gov

Package Overview
Dependencies
Maintainers
42
Versions
169
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cmsgov/ds-healthcare-gov - npm Package Compare versions

Comparing version 4.9.0 to 4.9.1

src/components/Footer/Footer.e2e.test.js

2

dist/locale/en.json

@@ -13,3 +13,3 @@ {

"plainWriting": "Plain Writing",
"address": "A federal government website managed and paid for by the U.S. Centers for Medicare & Medicaid Services. 7500 Security Boulevard, Baltimore, MD 21244. Health Insurance Marketplace is a registered trademark of the Department of Health and Human Services."
"address": "A federal government website managed and paid for by the U.S. Centers for Medicare & Medicaid Services. 7500 Security Boulevard, Baltimore, MD 21244. Health Insurance Marketplace<span class=\"registered-symbol\"><sup>&#174;</sup></span> is a registered trademark of the Department of Health and Human Services."
},

@@ -16,0 +16,0 @@ "header": {

{
"name": "@cmsgov/ds-healthcare-gov",
"version": "4.9.0",
"version": "4.9.1",
"publishConfig": {

@@ -13,3 +13,5 @@ "tag": "latest",

"start": "yarn cmsds start --skipLatest",
"test": "yarn cmsds test ./src",
"test": "yarn test:unit && yarn test:e2e",
"test:unit": "yarn cmsds test ./src",
"test:e2e": "yarn cmsds test:e2e ./src",
"updateSnapshot": "yarn cmsds test ./src --updateSnapshot",

@@ -16,0 +18,0 @@ "lint": "yarn cmsds lint ./src ./docs",

@@ -39,2 +39,4 @@ # HealthCare.gov Design System

- Runs JS unit tests
- `yarn test:e2e`
- Runs end to end tests
- `yarn update-snapshots`

@@ -41,0 +43,0 @@ - Updates [Jest snapshots](http://facebook.github.io/jest/docs/en/snapshot-testing.html)

@@ -21,5 +21,6 @@ import Logo from './Logo';

<div className="ds-l-col ds-l-col--9 ds-l-sm-col--10 ds-l-md-col--auto">
<p className="ds-u-font-size--small ds-u-color--muted ds-u-measure--base ds-u-margin--0">
{props.t('footer.address')}
</p>
<p
className="ds-u-font-size--small ds-u-color--muted ds-u-measure--base ds-u-margin--0"
dangerouslySetInnerHTML={{ __html: props.t('footer.address') }}
/>
</div>

@@ -26,0 +27,0 @@ <div className="ds-l-col ds-l-col--12 ds-l-lg-col--auto ds-u-lg-margin-top--0 ds-u-margin-top--2 ds-u-margin-left--auto">

@@ -13,3 +13,3 @@ {

"plainWriting": "Plain Writing",
"address": "A federal government website managed and paid for by the U.S. Centers for Medicare & Medicaid Services. 7500 Security Boulevard, Baltimore, MD 21244. Health Insurance Marketplace is a registered trademark of the Department of Health and Human Services."
"address": "A federal government website managed and paid for by the U.S. Centers for Medicare & Medicaid Services. 7500 Security Boulevard, Baltimore, MD 21244. Health Insurance Marketplace<span class=\"registered-symbol\"><sup>&#174;</sup></span> is a registered trademark of the Department of Health and Human Services."
},

@@ -16,0 +16,0 @@ "header": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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