
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
express-requests-loggly
Advanced tools
Log Express requests (including those with errors) to Loggly.
Log Express requests (including those with errors) to Loggly.
Install using npm:
npm install express-requests-loggly
##class: LogglyRequestLogger ⏏ Members
###new LogglyRequestLogger(settings) Create a new request logger.
Params
Object
loggly.Client
Returns: LogglyRequestLogger
Example
var logger = new LogglyRequestLogger({
client: loggly.createClient({
token: 'KEY',
subdomain: 'SUBDOMAIN',
json: true
})
});
###express-requests-loggly.requestHandler() Capture and log express requests.
Returns: function
- returns express middleware
Example
app.use(logger.requestHandler());
###express-requests-loggly.errorHandler()
Add errors to req.error
before logging.
Returns: function
- reutrns express error handler middleware
Example
app
.use(logger.requestHandler())
.use(app.router)
.use(logger.errorHandler())
.use(express.errorHandler());
Please submit all issues and pull requests to the BuildingConnected/express-requests-loggly repository!
List available tasks with gulp help
.
Run tests using npm test
or gulp test
.
If you have any problem or suggestion please open an issue here.
FAQs
Log Express requests (including those with errors) to Loggly.
The npm package express-requests-loggly receives a total of 0 weekly downloads. As such, express-requests-loggly popularity was classified as not popular.
We found that express-requests-loggly 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.