Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@line/bot-sdk

Package Overview
Dependencies
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@line/bot-sdk - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 3.1.1 (19 Sep 2017)
#### Type
* Fix type of postback.params
## 3.1.0 (19 Sep 2017)

@@ -2,0 +8,0 @@

2

package.json
{
"name": "@line/bot-sdk",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node.js SDK for LINE Messaging API",

@@ -5,0 +5,0 @@ "engines": {

@@ -46,6 +46,3 @@ /* tslint:disable interface-over-type-literal no-namespace */

type: "postback",
postback: {
data: string,
params?: string,
},
postback: Postback,
} & ReplyableEvent;

@@ -88,2 +85,11 @@ export type BeaconEvent = ReplyableEvent & {

export type Postback = {
data: string,
params?: {
date?: string,
time?: string,
datetime?: string,
},
};
export type Message =

@@ -90,0 +96,0 @@ TextMessage | ImageMessage | VideoMessage | AudioMessage |

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