
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@kiwicom/smart-faq-core
Advanced tools
"use strict";
Object.defineProperty(exports, "__esModule", { value: true }); exports.default = UnreadMessageIcon;
var _react = require("react");
var _styledComponents = _interopRequireWildcard(require("styled-components"));
var _jsxRuntime = require("react/jsx-runtime");
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
const StyledIcon = _styledComponents.default.svg.withConfig({ displayName: "UnreadMessageIcon__StyledIcon", componentId: "sc-15anne2-0" })(["vertical-align:middle;flex-shrink:0;"]);
function UnreadMessageIcon() { const dimension = 10; const radius = dimension / 2; const { orbit: { colorIconCritical } } = (0, _react.useContext)(_styledComponents.ThemeContext); return (0, _jsxRuntime.jsxs)(StyledIcon, { height: dimension, width: dimension, role: "img", children: [(0, _jsxRuntime.jsx)("title", { children: "Unread Message Icon" }), (0, _jsxRuntime.jsx)("circle", { cx: radius, cy: radius, r: radius, fill: colorIconCritical })] }); }
FAQs
Unknown package
The npm package @kiwicom/smart-faq-core receives a total of 147 weekly downloads. As such, @kiwicom/smart-faq-core popularity was classified as not popular.
We found that @kiwicom/smart-faq-core demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.