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

snapper-consumer

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snapper-consumer - npm Package Compare versions

Comparing version 1.3.5 to 1.3.6

2

package.json

@@ -6,3 +6,3 @@ {

"typings": "./snapper-consumer.d.ts",
"version": "1.3.5",
"version": "1.3.6",
"authors": [

@@ -9,0 +9,0 @@ "Yan Qing <admin@zensh.com>"

declare namespace Consumer {
export interface TCMParam {
appid: string,
collapseKey: string,
data: string
}
export interface RequestObject {

@@ -6,3 +13,3 @@ id: number;

method: 'publish' | 'notification' | 'success' | 'error' | 'invalid';
params: string[];
params: string[] | TCMParam[];
}

@@ -9,0 +16,0 @@

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