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

findcord

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

findcord - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "findcord",
"version": "2.0.7",
"version": "2.0.8",
"main": "./dist/index.js",

@@ -5,0 +5,0 @@ "module": "./dist/index.mjs",

@@ -203,3 +203,3 @@ import Router from './router';

},
timestamp: response?.body?.LastSeen?.Message[0].Time,
timestamp: response?.body?.LastSeen?.Message[0].TimeString,
content: response?.body?.LastSeen?.Message[0].Message,

@@ -228,3 +228,3 @@ } : null,

},
timestamp: response?.body?.LastSeen?.Voice[0].Time,
timestamp: response?.body?.LastSeen?.Voice[0].TimeString,
users: response?.body?.LastSeen?.Voice[0].Users?.map((user: any) => { return {

@@ -231,0 +231,0 @@ id: user.id,

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