Socket
Socket
Sign inDemoInstall

liff-type

Package Overview
Dependencies
46
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    liff-type

Type definition for LINE Frontend Framework


Version published
Weekly downloads
242
decreased by-20.92%
Maintainers
1
Install size
1.91 MB
Created
Weekly downloads
 

Changelog

Source

2.1.3 (2020-06-23)

Features

  • Add new APIs added in version 2.1.13 (#20) (49628bd)

Readme

Source

liff-type

npm version TypeScript

Type definition for LINE Frontend Framework

Installation

npm i -D liff-type

Usage

In .tsconfig, add liff-type to types in compilerOptions

{
    "compilerOptions": {
        "types": ["liff-type"]
    }
}

In your code, you can access liff directly as global variable without window!

example

Versioning

Major and Minor Version are matched with LIFF SDK.

Patch is bug fixed or improvement.

Keywords

FAQs

Last updated on 23 Jun 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc