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

@liff/logout

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/logout - npm Package Compare versions

Comparing version 2.21.4 to 2.22.0

2

lib/index.cjs.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@liff/store");exports.logout=function(){e.clean()};
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("tslib"),t=require("@liff/store");function r(){t.clean()}var n=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return e.__extends(n,t),Object.defineProperty(n.prototype,"name",{get:function(){return"logout"},enumerable:!1,configurable:!0}),n.prototype.install=function(){return function(){return r()}},n}(require("@liff/use").LiffModule);exports.LogoutModule=n,exports.logout=r;

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

import { LiffModule } from '@liff/use';
export declare function logout(): void;
type Api = () => void;
export declare class LogoutModule extends LiffModule<Api, never, {}> {
get name(): string;
install(): () => void;
}
export {};

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

import{clean as o}from"@liff/store";function f(){o()}export{f as logout};
import{__extends as t}from"tslib";import{clean as r}from"@liff/store";import{LiffModule as n}from"@liff/use";function o(){r()}var e=function(r){function n(){return null!==r&&r.apply(this,arguments)||this}return t(n,r),Object.defineProperty(n.prototype,"name",{get:function(){return"logout"},enumerable:!1,configurable:!0}),n.prototype.install=function(){return function(){return o()}},n}(n);export{e as LogoutModule,o as logout};
{
"name": "@liff/logout",
"version": "2.21.4",
"version": "2.22.0",
"description": "@liff/logout",

@@ -34,5 +34,5 @@ "license": "SEE LICENSE IN README.md",

"dependencies": {
"@liff/store": "2.21.4"
},
"gitHead": "af2b35a241fa715f3aa1ce484f011c9da9524e12"
"@liff/store": "2.22.0",
"@liff/use": "2.22.0"
}
}
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