
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
@lundiak/react-sum
Advanced tools
NOTE: component is under re-development, so new upcoming versions might be breaking-change-like.
Experimental ReactJS component to show sum of 2 numbers.
Experiment related to Component creation process and usage of tools, such as: npm/yarn, ESLINT, Webpack, Babel, Create React App, CSS Modules (migrated from LESS) React Scripts, Storybook, Jest, Enzyme, Cucumber and CI tool Circle CI.
yarn add @lundiak/react-sumnpm install --save @lundiak/react-sumImport the component where you want to use it, and you ready to use it.
import ReactSum from '@lundiak/react-sum' for <ReactSum.Sum /> usage.or
import { Sum } from '@lundiak/react-sum'; for <Sum /> usage.| Prop | Description | Default value |
|---|---|---|
| a | a | undefined |
| b | b | undefined |
| Prop | Description | Default value |
|---|---|---|
| useImages | renders Sum sign as Image | false |
| useASCII | renders Sum sign as ASCII Math symbol | false |
How to add to your file MyApp.jsx:
import { Sum } from "@lundiak/react-sum";
export const MyApp = () => {
return <Sum a={2} b={3} />;
};
2025
npmReact v19.xreact-scripts to Vite
npm init @eslint/config@latest) - guide@vitest/eslint-plugin (because legacy eslint-plugin-vitest refers to eslint v8).npm create vite@latestascii-math.d.ts => declare module "ascii-math"; to suppress TypeScript error.dist after npm run buildes5).TODO
*.d.ts files and then test externally/separately)2021
FAQs
Experimental ReactJS component to show sum of 2 numbers.
The npm package @lundiak/react-sum receives a total of 0 weekly downloads. As such, @lundiak/react-sum popularity was classified as not popular.
We found that @lundiak/react-sum demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.

Product
Socket’s Rust and Cargo support is now generally available, providing dependency analysis and supply chain visibility for Rust projects.