
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
$ npm i lutre
or clone this repo
$ git clone https://github.com/MarcelloVSilva/lutre.git
$ npm test
import { sum } from 'lutre'
obs: If not work with import and show this error on console
(function (exports, require, module, __filename, __dirname) { import {soma} from 'lutre'
^^^^^^
SyntaxError: Unexpected token import
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:513:28)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.runMain (module.js:575:10)
at run (bootstrap_node.js:352:7)
at startup (bootstrap_node.js:144:9)
at bootstrap_node.js:467:3
Maybe you should have install some compiler like Babel. It will transform import to require.
Maybe works for you. Works for me. :)
If you wanna fork me and edit my code, edit file .ts and compile on terminal with:
$ tsc sum.ts
FAQs
This a simple pack of sum of two number made in typescript.
The npm package lutre receives a total of 21 weekly downloads. As such, lutre popularity was classified as not popular.
We found that lutre demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.