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

sqns

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqns - npm Package Compare versions

Comparing version 2.0.11 to 2.0.12

2

package.json
{
"name": "sqns",
"version": "2.0.11",
"version": "2.0.12",
"description": "",

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

@@ -27,3 +27,3 @@ import { TopicAttributes, TopicTag } from '../../../../typings/class-types';

updateTopicAttributes(topic: Topic): Promise<void>;
createSubscription(user: User, topic: Topic, protocol: SupportedProtocol, endPoint: string, Attributes: SubscriptionAttributes): Promise<Subscription>;
createSubscription(user: User, topic: Topic, protocol: SupportedProtocol, endPoint: string, Attributes?: SubscriptionAttributes): Promise<Subscription>;
findSubscription(topic: Topic, protocol: string, endPoint: string): Promise<Subscription>;

@@ -30,0 +30,0 @@ createSubscriptionVerificationToken(subscription: Subscription): Promise<SubscriptionVerificationToken>;

@@ -46,3 +46,3 @@ "use strict";

}
async createSubscription(user, topic, protocol, endPoint, Attributes) {
async createSubscription(user, topic, protocol, endPoint, Attributes = { entry: [] }) {
var _a;

@@ -49,0 +49,0 @@ const subscription = await this.findSubscription(topic, protocol, endPoint);

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