Socket
Socket
Sign inDemoInstall

@ltht-react/flag-summary

Package Overview
Dependencies
Maintainers
5
Versions
344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ltht-react/flag-summary - npm Package Compare versions

Comparing version 0.1.29 to 0.1.30

lib/organisms/flag-summary.d.ts

8

CHANGELOG.md

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

## [0.1.30](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/flag-summary@0.1.29...@ltht-react/flag-summary@0.1.30) (2020-10-29)
**Note:** Version bump only for package @ltht-react/flag-summary
## [0.1.29](https://github.com/ltht-epr/ltht-react/compare/@ltht-react/flag-summary@0.1.28...@ltht-react/flag-summary@0.1.29) (2020-09-10)

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

0

lib/atoms/flag-description.d.ts

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

8

lib/index.d.ts

@@ -1,8 +0,2 @@

import React from 'react';
import { Flag } from '@ltht-react/types';
declare const FlagSummary: React.FC<Props>;
interface Props {
flags: Flag[] | undefined;
clickHandler?(flag: Flag): void;
}
import FlagSummary from './organisms/flag-summary';
export default FlagSummary;

@@ -6,11 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var react_1 = __importDefault(require("react"));
var list_1 = require("@ltht-react/list");
var flag_summary_item_1 = __importDefault(require("./organisms/flag-summary-item"));
var FlagSummary = function (_a) {
var _b = _a.flags, flags = _b === void 0 ? [] : _b, clickHandler = _a.clickHandler;
return (react_1.default.createElement(react_1.default.Fragment, null, flags.map(function (flag) { return (react_1.default.createElement(list_1.ListItem, { key: flag.id },
react_1.default.createElement(flag_summary_item_1.default, { flag: flag, clickHandler: clickHandler }))); })));
};
exports.default = FlagSummary;
var flag_summary_1 = __importDefault(require("./organisms/flag-summary"));
exports.default = flag_summary_1.default;
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /** @jsx jsx */

@@ -0,0 +0,0 @@ "use strict";

{
"name": "@ltht-react/flag-summary",
"version": "0.1.29",
"version": "0.1.30",
"description": "> TODO: description",

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

"@emotion/styled": "^10.0.27",
"@ltht-react/icon": "^0.1.26",
"@ltht-react/list": "^0.1.24",
"@ltht-react/styles": "^0.1.18",
"@ltht-react/summary": "^0.0.22",
"@ltht-react/types": "^0.0.25",
"@ltht-react/utils": "^0.1.18",
"@ltht-react/icon": "^0.1.27",
"@ltht-react/list": "^0.1.25",
"@ltht-react/styles": "^0.1.19",
"@ltht-react/summary": "^0.0.23",
"@ltht-react/types": "^0.0.26",
"@ltht-react/utils": "^0.1.19",
"emotion": "^10.0.27",
"react": "^16.12.0"
},
"gitHead": "6f88b301f18fa5b39cf5f6c6126812b5f134f4d1"
"gitHead": "635882c57fc2790aabb610028b1dbc30dbc1dc54"
}

@@ -0,0 +0,0 @@ # Flag Summary

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