Socket
Socket
Sign inDemoInstall

browser-refresh-client

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.2 to 1.1.3

9

lib/browser-refresh-client.js

@@ -46,2 +46,8 @@ var EventEmitter = require('events').EventEmitter;

specialReloadEvents.on('fileModified', callback);
},
remove: function() {
process.send({
type: 'browser-refresh.removeSpecialReload',
modifiedEvent: modifiedEvent
});
}

@@ -51,3 +57,4 @@ };

return {
onFileModified: function() { /* no-op */ }
onFileModified: function() { /* no-op */ },
remove: function() { /* no-op */ }
};

@@ -54,0 +61,0 @@ }

2

package.json

@@ -25,3 +25,3 @@ {

"dependencies": {},
"version": "1.1.2"
"version": "1.1.3"
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc