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 6.0.0 to 6.0.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 6.0.1 (13 Mar 2018)
#### Type
* Fix misimplemented 'AudioMessage' type (#61)
## 6.0.0 (27 Feb 2018)

@@ -2,0 +9,0 @@

2

dist/types.d.ts

@@ -128,3 +128,3 @@ export interface Config {

originalContentUrl: string;
duration: string;
duration: number;
};

@@ -131,0 +131,0 @@ export declare type LocationMessage = {

@@ -152,3 +152,3 @@ export interface Config {

originalContentUrl: string;
duration: string;
duration: number;
};

@@ -155,0 +155,0 @@

{
"name": "@line/bot-sdk",
"version": "6.0.0",
"version": "6.0.1",
"description": "Node.js SDK for LINE Messaging API",

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

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