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

tomahawk

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tomahawk - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

tomahawk-keyvalue-store.json

2

lib/tomahawk.js

@@ -105,3 +105,3 @@ module.exports = function () {

var pluginImpl = require(path.join(thisPluginPath, pluginPkgConfig.main));
$this.config[prop] = pluginImpl($this.app, $this.config, $this.io, $this);
config[prop] = $this.config[prop] = pluginImpl($this.app, $this.config, $this.io, $this);
if ($this.config[prop] && $this.config[prop].shutdown) {

@@ -108,0 +108,0 @@ shutdownHooks.push($this.config[prop].shutdown);

@@ -5,3 +5,3 @@ {

"description": "Minimal HTTP Server",
"version": "0.1.5",
"version": "0.1.6",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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