
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@sasse/tss-js
Advanced tools
This project includes a widget component library derived from the semantic lookup service SemLookP. The Terminology Service is a repository for biomedical resources that aims to provide a single point of access to the latest ontology and terminology versi
If you are locally developing this package, here is some required information to understand the setup.
@elastic/eui uses dynamically-computed import paths, our bundler vite can only handle static import paths. This means that we need to patch the EUI package to use statically-analyzable import paths. We do this using the patch-package package.
// This is what we want
tokenHistogram: () => import('./assets/tokenHistogram.js')
// This is what eui does
import(
'./assets/' + typeToPathMap[iconType]
).then(...)
patch-package stores the changes to apply in the ./patches directory. The prepare script in package.json runs patch-package to apply the patches to the EUI package. This is run automatically when you install dependencies, so you don't need to worry about it.
Should you need to make changes to the EUI package, you can do so in the node_modules/@elastic/eui directory. After making your changes, run npx patch-package @elastic/eui to create a new patch file in the patches directory. This will ensure that your changes are applied when you install dependencies in the future.
⚠️ IF YOU DO THIS MAKE SURE TO APPLY THE SAME CHANGES IN THE ../react PACKAGE.
After building the package to dist (npm run build), you MUST NOT find any references to "./assets/" + in the dist folder. If you do, it means that the patch was not applied correctly or something else went wrong.
FAQs
This project includes a widget component library derived from the semantic lookup service SemLookP. The Terminology Service is a repository for biomedical resources that aims to provide a single point of access to the latest ontology and terminology versi
We found that @sasse/tss-js demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

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