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

data-feed

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-feed - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

13

dist/index.esm.js

@@ -59,3 +59,2 @@ import React, { useCallback, useState, useEffect } from 'react';

};
//# sourceMappingURL=field-wrapper.js.map

@@ -89,3 +88,2 @@ function useInputTextCallback(action) {

}
//# sourceMappingURL=index.js.map

@@ -117,3 +115,2 @@ var FeedField = function (props) {

};
//# sourceMappingURL=index.js.map

@@ -180,3 +177,2 @@ function feedDefaultOptions(skip, sortOptions) {

};
//# sourceMappingURL=index.js.map

@@ -220,3 +216,2 @@ var FeedArrayUtil = {

};
//# sourceMappingURL=array-util.js.map

@@ -236,3 +231,2 @@ var RenderUtil = {

};
//# sourceMappingURL=render-util.js.map

@@ -269,3 +263,2 @@ var DataFeed = function (_a) {

};
//# sourceMappingURL=index.js.map

@@ -284,9 +277,8 @@ var FeedAttribute = function (_a) {

};
//# sourceMappingURL=index.js.map
var DataFeedItem = function (_a) {
var title = _a.title, titleRight = _a.titleRight, attributes = _a.attributes, actions = _a.actions, attributeWidth = _a.attributeWidth, right = _a.right, left = _a.left;
var title = _a.title, titleRight = _a.titleRight, attributes = _a.attributes, actions = _a.actions, attributeWidth = _a.attributeWidth, right = _a.right, left = _a.left, className = _a.className;
var attributeSet = FeedArrayUtil.toDobleArray(attributes);
var actionSet = FeedArrayUtil.toArray(actions);
return (React.createElement("div", { className: "feed-item" },
return (React.createElement("div", { className: classNames('feed-item', className) },
left ? React.createElement("div", { className: "feed-item__left" }, left) : null,

@@ -305,4 +297,3 @@ React.createElement("div", { className: "feed-item__content" },

};
//# sourceMappingURL=index.js.map
export { DataFeed, DataFeedItem, FeedArrayUtil, RenderUtil };

@@ -66,3 +66,2 @@ 'use strict';

};
//# sourceMappingURL=field-wrapper.js.map

@@ -96,3 +95,2 @@ function useInputTextCallback(action) {

}
//# sourceMappingURL=index.js.map

@@ -124,3 +122,2 @@ var FeedField = function (props) {

};
//# sourceMappingURL=index.js.map

@@ -187,3 +184,2 @@ function feedDefaultOptions(skip, sortOptions) {

};
//# sourceMappingURL=index.js.map

@@ -227,3 +223,2 @@ var FeedArrayUtil = {

};
//# sourceMappingURL=array-util.js.map

@@ -243,3 +238,2 @@ var RenderUtil = {

};
//# sourceMappingURL=render-util.js.map

@@ -276,3 +270,2 @@ var DataFeed = function (_a) {

};
//# sourceMappingURL=index.js.map

@@ -291,9 +284,8 @@ var FeedAttribute = function (_a) {

};
//# sourceMappingURL=index.js.map
var DataFeedItem = function (_a) {
var title = _a.title, titleRight = _a.titleRight, attributes = _a.attributes, actions = _a.actions, attributeWidth = _a.attributeWidth, right = _a.right, left = _a.left;
var title = _a.title, titleRight = _a.titleRight, attributes = _a.attributes, actions = _a.actions, attributeWidth = _a.attributeWidth, right = _a.right, left = _a.left, className = _a.className;
var attributeSet = FeedArrayUtil.toDobleArray(attributes);
var actionSet = FeedArrayUtil.toArray(actions);
return (React__default.createElement("div", { className: "feed-item" },
return (React__default.createElement("div", { className: classNames('feed-item', className) },
left ? React__default.createElement("div", { className: "feed-item__left" }, left) : null,

@@ -312,3 +304,2 @@ React__default.createElement("div", { className: "feed-item__content" },

};
//# sourceMappingURL=index.js.map

@@ -315,0 +306,0 @@ exports.DataFeed = DataFeed;

1

dist/item/index.d.ts

@@ -12,3 +12,4 @@ import React from 'react';

right?: React.ReactNode;
className?: string;
}
export declare const DataFeedItem: React.FC<DataFeedItemProps>;
{
"name": "data-feed",
"version": "0.0.9",
"version": "0.0.10",
"description": "Data feed view",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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