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

@wppconnect/wa-js

Package Overview
Dependencies
Maintainers
0
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wppconnect/wa-js - npm Package Compare versions

Comparing version 3.14.1 to 3.14.2

dist/whatsapp/functions/findOrCreateLatestChat.d.ts

2

CHANGELOG.md

@@ -1,4 +0,4 @@

## 3.14.1 (2024-11-11)
## 3.14.2 (2024-11-14)

@@ -50,2 +50,3 @@ /*!

export * from './findFirstWebLink';
export * from './findOrCreateLatestChat';
export * from './forwardMessagesToChats';

@@ -79,2 +80,3 @@ export * from './frontendFireAndForget';

export * from './getSearchContext';
export * from './getShouldAppearInList';
export * from './getStatusList';

@@ -81,0 +83,0 @@ export * from './getTableVotes';

@@ -87,3 +87,11 @@ /*!

isUser: boolean;
/**
* Deprecated in favor of getIsUser
* @deprecated
*/
isPSA: boolean;
/**
* Deprecated in favor of getIsPSA
* @deprecated
*/
isGroup: boolean;

@@ -96,5 +104,21 @@ isParentGroup: boolean;

optimisticUnreadCount?: any;
/**
* Deprecated in favor of getShouldShowUnreadDivider
* @deprecated
*/
shouldShowUnreadDivider?: any;
/**
* Deprecated in favor of getShouldAppearInList
* @deprecated
*/
shouldAppearInList?: any;
/**
* Deprecated in favor of getPreviewMessage
* @deprecated
*/
previewMessage?: any;
/**
* Deprecated in favor of getShowChangeNumberNotification
* @deprecated
*/
showChangeNumberNotification?: any;

@@ -101,0 +125,0 @@ shouldShowUnreadInTitle?: any;

@@ -92,2 +92,2 @@ /*!

/*! wppconnect-team/wa-js v3.14.1 */
/*! wppconnect-team/wa-js v3.14.2 */
{
"name": "@wppconnect/wa-js",
"version": "3.14.1",
"version": "3.14.2",
"description": "WPPConnect/WA-JS is an open-source project with the aim of exporting functions from WhatsApp Web",

@@ -50,4 +50,4 @@ "license": "Apache-2.0",

"@types/debug": "^4.1.12",
"@types/node": "^16.18.117",
"@types/node-fetch": "^2.6.11",
"@types/node": "^16.18.119",
"@types/node-fetch": "^2.6.12",
"@types/parse-data-url": "^3.0.2",

@@ -58,3 +58,3 @@ "@types/prettier": "^3.0.0",

"@typescript-eslint/parser": "^7.18.0",
"@wppconnect/wa-version": "^1.5.639",
"@wppconnect/wa-version": "^1.5.659",
"buffer": "^6.0.3",

@@ -86,4 +86,4 @@ "compare-versions": "^6.1.1",

"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typedoc-plugin-mdn-links": "^3.3.5",
"typedoc": "^0.26.11",
"typedoc-plugin-mdn-links": "^3.3.7",
"typedoc-plugin-missing-exports": "^3.0.0",

@@ -90,0 +90,0 @@ "typescript": "^5.6.3",

Sorry, the diff of this file is too big to display

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