Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

razorframe

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

razorframe - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

8

lib/Razorframe.js

@@ -173,3 +173,9 @@ const { EventEmitter } = require('events');

write(MSG);
if (!MSG.error) io.emit(MSG.eventOut, MSG.contents);
if (!MSG.error) {
if (MSG.contents === 'service') {
io.emit(MSG.eventOut, `service worker: ${process.pid}`);
} else {
io.emit(MSG.eventOut, MSG.contents);
}
}
});

@@ -176,0 +182,0 @@

2

package.json
{
"name": "razorframe",
"version": "1.0.7",
"version": "1.0.8",
"description": "Empowering real-time databases in Node.js",

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

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