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

treble-hook

Package Overview
Dependencies
Maintainers
6
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

treble-hook - npm Package Compare versions

Comparing version 0.0.31 to 0.0.32

4

lib/index.js

@@ -35,5 +35,5 @@ "use strict";

if (topicRecord) {
const allowDupeState = trebleHookConfig.topicConfig
const allowDupeState = Boolean(trebleHookConfig.topicConfig
&& trebleHookConfig.topicConfig[topic]
&& trebleHookConfig.topicConfig[topic].allowDupeState;
&& trebleHookConfig.topicConfig[topic].allowDupeState);
let proceed = true;

@@ -40,0 +40,0 @@ if (!allowDupeState) {

{
"name": "treble-hook",
"version": "0.0.31",
"version": "0.0.32",
"description": "Get hooked on simple subscribe-and-publish in ReactJS.",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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