node-mermaid-extension
Advanced tools
Comparing version 1.4.6 to 1.4.7
{ | ||
"name": "node-mermaid-extension", | ||
"version": "1.4.6", | ||
"version": "1.4.7", | ||
"description": "Automated webcam chat reading and routing between devices and servers. Developer: https://prohetamine.ru made with ❤️", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -5,7 +5,2 @@ module.exports = ({ fetch, test }) => { | ||
fetch.usePost('/events', ({ event, parseBase64, sendMessageSocket, nextPlugin }) => { | ||
/*if (event.isParsedEvent) { | ||
console.log(event.platform, 'parse event:', event.parseEvent, event.parseEvent.isModel, event.parseEvent.username, parseBase64(event.parseEvent.message)) | ||
} else { | ||
console.log(event.platform, 'pure event: ', parseBase64(event.pureEvent)) | ||
}*/ | ||
n++ | ||
@@ -45,35 +40,4 @@ | ||
/* | ||
contextId: '9999-9999-9999', | ||
id: 1, | ||
socketType: 'message', | ||
hashId: 'ashdsdhfhfsdhdhedhasd', | ||
platform: 'bongacams', | ||
modelUsername: 'username', | ||
pureEvent: 'base64', | ||
isParsedEvent: true, | ||
parseEvent: { | ||
isModel: false, | ||
isUser: false, | ||
isAnon: false, | ||
isNotice: false, | ||
isToken: false, | ||
isRoomCount: false, | ||
isRemovedMessage: false, | ||
isDisconnect: false, | ||
isConnect: false, | ||
isBan: false, | ||
tokenCount: 0, | ||
message: "base64", | ||
tokenMessage: "base64", | ||
username: "", | ||
roomCount: 0, | ||
user: 'base64', | ||
model: 'base64', | ||
notice: 'base64' | ||
} | ||
*/ | ||
nextPlugin() | ||
}) | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8229
178