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

@based/server

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/server - npm Package Compare versions

Comparing version 4.1.1 to 4.2.1

1

dist/index.d.ts

@@ -14,1 +14,2 @@ import { BasedServer, ServerOptions } from './server';

export * from './observable/types';
export * from './protocol';

@@ -38,2 +38,3 @@ "use strict";

__exportStar(require("./observable/types"), exports);
__exportStar(require("./protocol"), exports);
//# sourceMappingURL=index.js.map

3

dist/server.js

@@ -142,4 +142,5 @@ "use strict";

async destroy() {
if (!this.silent)
if (!this.silent) {
console.info(picocolors.gray(` Destroy Based-server ${this.port} \n`));
}
if (this.listenSocket) {

@@ -146,0 +147,0 @@ uws_1.default.us_listen_socket_close(this.listenSocket);

{
"name": "@based/server",
"version": "4.1.1",
"version": "4.2.1",
"license": "MIT",

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

Sorry, the diff of this file is not supported yet

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