Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
coveo-interface-editor
Advanced tools
The Interface Editor is an application that allows to modify and customize the [coveo-search-ui](https://github.com/coveo/search-ui).
The Interface Editor is an application that allows to modify and customize the coveo-search-ui.
npm install coveo-interface-editor --save
Node version 6+ required
npm install -g gulp # Gulp is the build tool, -g to install globally (so you can call gulp directly in the cmd line)
npm install # Install all the local dependencies for the project
gulp # Compiles the project (you may need to use ./node_modules/.bin/gulp).
See Gulpfile.js
for more options.
gulp dev
gulp dev --env.production # Starts a dev server while compiling in production mode (useful for testing the build).
This starts a webpack dev server available on http://localhost:8083
It also starts a node js express server on http://localhost:3000 to act as a mock backend that allows to save and load search pages.
gulp prod
Compiles resources in production mode and starts a node server on http://localhost:3000.
gulp prod --env.analyzeBundles
The webpack-bundle-analyzer package is included in the project. It can be activated by adding --env.analyzeBundles
to any gulp task that includes a webpack compilation step (e.g. gulp dev
, gulp prod
, gulp build
).
(c) Copyright 2017 Coveo Solutions Inc, all rights reserved.
FAQs
The Interface Editor is an application that allows to modify and customize the [coveo-search-ui](https://github.com/coveo/search-ui).
The npm package coveo-interface-editor receives a total of 148 weekly downloads. As such, coveo-interface-editor popularity was classified as not popular.
We found that coveo-interface-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 17 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
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.