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 3.1.1 to 3.2.0

dist/functions/index.d.ts

4

dist/handlers/messageParser.js

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

const set_1 = __importDefault(require("./set"));
const bulkUpdate_1 = __importDefault(require("./bulkUpdate"));
const copy_1 = __importDefault(require("./copy"));

@@ -81,2 +82,5 @@ const track_1 = __importDefault(require("./track"));

}
else if (msg[0] === client_1.RequestTypes.BulkUpdate) {
(0, bulkUpdate_1.default)(server, client, msg);
}
else if (msg[0] === client_1.RequestTypes.Track) {

@@ -83,0 +87,0 @@ (0, track_1.default)(server, client, msg);

4

package.json
{
"name": "@based/server",
"version": "3.1.1",
"version": "3.2.0",
"license": "MIT",

@@ -16,3 +16,3 @@ "main": "dist/index.js",

"dependencies": {
"@based/client": "^3.0.0",
"@based/client": "^3.1.0",
"@based/graphql": "2.4.2",

@@ -19,0 +19,0 @@ "@based/uws": "2.4.0",

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