Socket
Socket
Sign inDemoInstall

@alipay/faas-biz-server-sdk

Package Overview
Dependencies
98
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1-alpha.8 to 1.1.1-alpha.9

6

dist/models/websocket/Storage/MongoDBStorage.js

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

if (namespace) {
const regex = new RegExp(`^${namespace}`);
const res = await (await this.getCollection()).where({
roomId: { $regex: regex },
roomId: { $regex: `^${namespace}` },
}).get();

@@ -78,5 +77,4 @@ return new RoomSet_1.default(res);

if (namespace) {
const regex = new RegExp(`^${namespace}`);
await (await this.getCollection()).where({
roomId: { $regex: regex },
roomId: { $regex: `^${namespace}` },
}).remove();

@@ -83,0 +81,0 @@ }

{
"name": "@alipay/faas-biz-server-sdk",
"version": "1.1.1-alpha.8",
"version": "1.1.1-alpha.9",
"description": "支付宝云开发业务 SDK(函数端)",

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

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