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

@metrostar/comet-uswds

Package Overview
Dependencies
Maintainers
3
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metrostar/comet-uswds - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

6

dist/cjs/components/card/card.d.ts

@@ -8,2 +8,6 @@ import React, { PropsWithChildren, ReactNode } from 'react';

/**
* A custom class to apply to the component
*/
className?: string;
/**
* The body of the card

@@ -16,3 +20,3 @@ */

*/
export declare const Card: ({ id, children }: CardProps) => React.ReactElement;
export declare const Card: ({ id, className, children }: CardProps) => React.ReactElement;
export declare const CardBody: React.FC<PropsWithChildren>;

@@ -19,0 +23,0 @@ export declare const CardHeader: React.FC<PropsWithChildren>;

@@ -8,2 +8,6 @@ import React, { PropsWithChildren, ReactNode } from 'react';

/**
* A custom class to apply to the component
*/
className?: string;
/**
* The body of the card

@@ -16,3 +20,3 @@ */

*/
export declare const Card: ({ id, children }: CardProps) => React.ReactElement;
export declare const Card: ({ id, className, children }: CardProps) => React.ReactElement;
export declare const CardBody: React.FC<PropsWithChildren>;

@@ -19,0 +23,0 @@ export declare const CardHeader: React.FC<PropsWithChildren>;

@@ -183,2 +183,6 @@ import React, { ReactNode, SyntheticEvent, PropsWithChildren, ChangeEventHandler, MouseEventHandler, FormEvent } from 'react';

/**
* A custom class to apply to the component
*/
className?: string;
/**
* The body of the card

@@ -191,3 +195,3 @@ */

*/
declare const Card: ({ id, children }: CardProps) => React.ReactElement;
declare const Card: ({ id, className, children }: CardProps) => React.ReactElement;
declare const CardBody: React.FC<PropsWithChildren>;

@@ -194,0 +198,0 @@ declare const CardHeader: React.FC<PropsWithChildren>;

2

package.json
{
"name": "@metrostar/comet-uswds",
"version": "1.0.0",
"version": "1.0.1",
"description": "React with TypeScript Component Library based on USWDS 3.0.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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

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