Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@line/liff
Advanced tools
LINE Front-end Framework (LIFF) is a platform for web apps provided by LINE. The web apps running on this platform are called LIFF apps.
LINE Front-end Framework (LIFF) is a platform for web apps provided by LINE. The web apps running on this platform are called LIFF apps.
LIFF apps can get data from the LINE Platform such as the LINE user ID. The LIFF app can use such data to provide features that utilize user information and send messages on the user's behalf.
Using npm
$ npm install --save @line/liff
Using yarn
$ yarn add @line/liff
Note: It is the developer's responsibility to use an appropriate SDK version. To keep your SDK version up to date, check the LIFF release notes on a regular basis, and update your local SDK frequently. For more information about LIFF's versioning policy, see LIFF SDK (sdk.js) update policy.
Include the SDK in your JavaScript or TypeScript files:
import liff from '@line/liff';
liff.init({ liffID: 'myLiffId' });
Type definitions for TypeScript are already included in the @line/liff
package
The LIFF SDK is also available on LINE's CDN.
<script src="https://static.line-scdn.net/liff/edge/versions/2/sdk.js"></script>
See integrating LIFF for more details.
See LIFF Document and API Reference.
Using LIFF means you agree to the LINE Developers Agreement.
FAQs
LINE Front-end Framework (LIFF) is a platform for web apps provided by LY Corporation.
The npm package @line/liff receives a total of 21,489 weekly downloads. As such, @line/liff popularity was classified as popular.
We found that @line/liff demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.