
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@seges/angular-filter-box
Advanced tools
For the time being the project scaffold expects TypeScript files.
For a full documentation of npm usage and commands see https://docs.npmjs.com
This describes how to create a new module from scratch. If you want to fork an existing project (recommended for new npm modules), see the step "Forking a project" further down.
npm init from a console window (cmd/bash etc.) in the project root and follow the steps displayed to create package.json.npm publish from the root of the project (double check that the project name in package.json has @seges/ as prefix, otherwise the package is published outside the seges organization scope).npm publish --access public instead.Now the module should be available for installation by running npm install <name-of-your-package> from any other project.
npm version major|minor|patch -m <message> from the root of the project.npm publish or npm publish --access public.The module should be updated.
Logging in to http://www.npmjs.org you should be able to find and see the new version of the updated package.
In general you should not unpublish packages as other projects might depend on them.
Instead you should update the package with a new version containing fixes of the broken version by following the steps above.
But in the event you need to unpublish, you can run npm unpublish <@scope/><package name>@<version> to unpublish that version.
Note that even though a version is unpublished, a new publish of the same version is not possible unless the entire project is taken down.
The SEGES_NPM project can be used as a scaffold or base for a new npm module as it contains various necessary files required to run unit tests.
To fork a project:
git remote set-url origin <url-of-the-project-created-in-step-1>git push origin masterYou should now have a new project with the contents of SEGES_NPM.
FAQs
Search field for angular views to filter out data entries.
The npm package @seges/angular-filter-box receives a total of 3 weekly downloads. As such, @seges/angular-filter-box popularity was classified as not popular.
We found that @seges/angular-filter-box demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.