line-bot-sdk-nodejs icon indicating copy to clipboard operation
line-bot-sdk-nodejs copied to clipboard

LINE Messaging API SDK for Node.js

Results 25 line-bot-sdk-nodejs issues
Sort by recently updated
recently updated
newest added

## Bug Report **Describe the bug** 1 moderate severity vulnerability **To Reproduce** Steps to reproduce the behavior: 1. npm audit **Expected behavior** no severity found **Screenshots** If applicable, add screenshots...

bug

The type definition of Profile is inconsistent with the response from "[get profile API](https://developers.line.biz/en/reference/messaging-api/#get-profile)". If a user has not set the status message, the API will not include `statusMessage` property...

Bumps [file-type](https://github.com/sindresorhus/file-type) from 15.0.1 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

- Add `validateRichMenu` function that call `/v2/bot/richmenu/validate`. - Add a test for check `validateRichMenu`.

NEWS: https://developers.line.biz/en/news/2022/04/05/release-validate-rich-menu-object/ - [Validate rich menu object](https://developers.line.biz/en/reference/messaging-api/#validate-rich-menu-object)

Add `inputOption` and `fillInText` properties to `PostbackAction`

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

NEWS: https://developers.line.biz/en/news/2022/05/13/richmenu-keyboard/