New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beaver-logger

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beaver-logger - npm Package Compare versions

Comparing version 4.0.23 to 4.0.24

2

package.json
{
"name": "beaver-logger",
"version": "4.0.23",
"version": "4.0.24",
"description": "Client side logger.",

@@ -5,0 +5,0 @@ "main": "dist/beaver-logger.js",

@@ -142,2 +142,8 @@ "use strict";

app.on('mount', parent => {
// $FlowFixMe
app.settings = Object.create(parent.settings); // $FlowFixMe
app.kraken = parent.kraken || parent.config;
});
app.all(uri, (req, res) => {

@@ -144,0 +150,0 @@ if (enableCors) {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc