You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

treble-hook

Package Overview
Dependencies
Maintainers
1
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

to
0.0.22

2

lib/index.js

@@ -42,3 +42,3 @@ "use strict";

else if (!suppressDupeStateWarning) {
console.warn('[treble-hook] A publish of unchanged state was attempted for topic:', topic, '\n\n\tIf this is desired behavior then set the "allowDupeState" flag to true', '\n\n\tTo suppress this warning, set the "suppressDupeStateWarning" flag to true');
console.warn('[treble-hook] A publish of unchanged state was attempted for topic:', topic, '\n\n\t- If this is desired behavior then set the "allowDupeState" flag to true', '\n\t- To suppress this warning, set either "allowDupeState" or "suppressDupeStateWarning" flag to true');
}

@@ -45,0 +45,0 @@ }

{
"name": "treble-hook",
"version": "0.0.21",
"version": "0.0.22",
"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