New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-liff

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-liff - npm Package Versions

23

2.1.0

Diff

Changelog

Source

v2.1.0

BREAKING CHANGES

  • #554
    • Now, react-liff package is published as native ESM.

Others

  • #492
    • Tests with @line/liff@2.21.
  • #553
    • Use npm as package manager.
epaew
published 2.0.0 •

Changelog

Source

v2.0.0

Features

  • #455
    • Add plugins callback to LiffProvider optional props to use LIFF plugins.

Bug Fixes

  • #424
    • LiffProvider was not passing option liffConfig.withLoginOnExternalBrowser to the LIFF SDK.
  • #456
    • customLogin() was not passing option loginConfig.redirectUri to the original login().

BREAKING CHANGES

  • #452 #454
    • Dropped supporting react@16.x, react@17.x.
  • #453 #473
    • Dropped supporting @line/liff version 2.19.0 or earlier.
    • Relax the upper limit of @line/liff version.
  • #460
    • Rename the value of useLiff() returns: ready => isReady.
  • #455
    • Remove stubEnabled from LiffProvider props.
    • You can use LIFF plugin @line/liff-mock instead.
  • #463
    • Now, @line/liff is an optional peer dependency for react-liff.
    • You need to add @line/liff to your app's dependencies yourself.

Others

  • #458
    • Refactoring: Remove type generics: is overspec.
  • #459
    • Refactoring: Move and split src/Context.tsx
  • #461
    • Update test workflow to send test coverage to Code Climate.
epaew
published 1.6.0 •

Changelog

Source

1.6.0

Features

  • #425
    • Started supporting react@18.x.
  • #443
    • Started supporting @line/liff@2.20.

Others

  • #448
    • mv __tests__/*.test.tsx to src/.
epaew
published 1.5.1 •

Changelog

Source

1.5.1

Features

  • #403
    • Started supporting @line/liff@2.19.
epaew
published 1.5.0 •

Changelog

Source

1.5.0

Features

  • #358
    • Started supporting @line/liff@2.18.

Others

  • #366
    • Update prettier configuration.
epaew
published 1.4.0 •

Changelog

Source

1.4.0

Features

  • #347
    • Started supporting @line/liff@2.17.
epaew
published 1.3.0 •

Changelog

Source

1.3.0

Features

  • #336
    • Started supporting @line/liff version from 2.14.x to 2.16.x.

Others

  • #338 #339
    • Upgrade outdated devDependencies
epaew
published 1.2.1 •

Changelog

Source

1.2.1

Bug Fixes

  • #334
    • Import liff object from default export of '@line/liff'. Thanks for @malparty :)
epaew
published 1.2.0 •

Changelog

Source

1.2.0

BREAKING CHANGES

  • #306
    • For TypeScript user only: LiffContext returned the error as LiffError | undefined, but now it returns as unknown (including undefined).
epaew
published 1.1.0 •

Changelog

Source

1.1.0

Others

  • #297 Started supporting @line/liff@2.13.
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