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

@liff/use

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liff/use - npm Package Compare versions

Comparing version 2.20.2 to 2.20.3

6

lib/types.d.ts

@@ -7,8 +7,2 @@ import { SyncHook, AsyncHook } from '@liff/hooks';

export declare type ApiHooks = Record<string, HookTimings>;
/**
* FIXME
* Each hook definition should be with the module definition.
* (@liff/init should define InitHooks and InitInternalHooks)
* (@liff/login should define LoginHooks and LoginInternalHooks)
*/
export declare type InitInternalHooks = {

@@ -15,0 +9,0 @@ beforeFinished: AsyncHook;

8

package.json
{
"name": "@liff/use",
"version": "2.20.2",
"version": "2.20.3",
"description": "@liff/use",

@@ -31,4 +31,4 @@ "license": "SEE LICENSE IN README.md",

"dependencies": {
"@liff/hooks": "2.20.2",
"@liff/logger": "2.20.2"
"@liff/hooks": "2.20.3",
"@liff/logger": "2.20.3"
},

@@ -38,3 +38,3 @@ "peerDependencies": {

},
"gitHead": "7299a0642aafc87b46d0808da89840399148d436"
"gitHead": "7845e9a5c675d44b97a35c64dc5c200c4751ce2d"
}
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