Socket
Socket
Sign inDemoInstall

@ltht-react/flag-summary

Package Overview
Dependencies
78
Maintainers
1
Versions
304
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

lib/atoms/flag-code.d.ts

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.0.9](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/flag-summary@0.0.8...@ltht-react/flag-summary@0.0.9) (2020-01-17)
**Note:** Version bump only for package @ltht-react/flag-summary
## [0.0.8](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/flag-summary@0.0.7...@ltht-react/flag-summary@0.0.8) (2020-01-17)

@@ -8,0 +16,0 @@

4

lib/index.d.ts
/// <reference types="react" />
import { Flag, Maybe } from '@ltht-react/types';
import { Flag } from '@ltht-react/types';
declare const FlagSummary: ({ title, flags, clickHandler }: Props) => JSX.Element;
interface Props {
title?: string;
flags: Maybe<Flag[]>;
flags: Flag[] | undefined;
clickHandler?(flag: Flag): void;
}
export default FlagSummary;
{
"name": "@ltht-react/flag-summary",
"version": "0.0.8",
"version": "0.0.9",
"description": "> TODO: description",

@@ -35,4 +35,4 @@ "author": "Jonny Smith <jonny.asmith@gmail.com>",

"@ltht-react/types": "^0.0.6",
"@ltht-react/utils": "^0.0.6",
"@ltht-react/widget": "^0.0.2",
"@ltht-react/utils": "^0.0.7",
"@ltht-react/widget": "^0.0.3",
"emotion": "^10.0.27",

@@ -61,3 +61,3 @@ "react": "^16.12.0"

},
"gitHead": "2e7dd5fc7844c09a1d8d6a748744802b3d117ca6"
"gitHead": "663ce78c5a9d38757e42bb7b214b94516e6e40c3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc