New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terra-demographics-banner

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-demographics-banner - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

tests/assets/demographicsCat.jpg

2

package.json
{
"name": "terra-demographics-banner",
"main": "lib/DemographicsBanner.js",
"version": "0.2.1",
"version": "0.2.2",
"description": "The demographics component is used to display demographic information about a person in a condensed, easy to read format.",

@@ -6,0 +6,0 @@ "repository": {

import React from 'react';
import DemographicsBanner from '../../src/DemographicsBanner';

@@ -32,3 +31,3 @@

identifiers={{ MRN: 12343, REA: '3JSDA' }}
photo={<img alt="My Cat" src="http://lorempixel.com/100/100/animals/7/" />}
photo={<img alt="My Cat" src="" />}
personName="Johnathon Doe"

@@ -66,3 +65,3 @@ preferredFirstName="John"

identifiers={{ MRN: 12343, REA: '3JSDA' }}
photo={<img alt="My Cat" src="http://lorempixel.com/100/100/animals/7/" />}
photo={<img alt="My Cat" src="" />}
personName="Johnathon Doe"

@@ -88,3 +87,3 @@ postMenstrualAge="April 7, 2016"

personName="Johnathon Doe"
photo={<img alt="My Cat" src="http://lorempixel.com/100/100/animals/7/" />}
photo={<img alt="My Cat" src="" />}
preferredFirstName="John"

@@ -91,0 +90,0 @@ />,

import React from 'react';
import DemographicsBanner from '../../lib/DemographicsBanner';
import demographicsCat from '../assets/demographicsCat.jpg';

@@ -18,4 +18,4 @@ export default () =>

personName="Johnathon Doe"
photo={<img alt="My Cat" src="http://lorempixel.com/50/50/animals/7/" />}
photo={<img alt="My Cat" src={demographicsCat} />}
preferredFirstName="John"
/>;

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