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

@liff/i18n

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liff/i18n - npm Package Compare versions

Comparing version 2.21.0 to 2.21.1

2

lib/index.d.ts

@@ -7,3 +7,3 @@ import { LiffModule, ModuleContext } from '@liff/use';

export declare type ExtendLiffCore = {
xlt: I18nModuleAPI;
i18n: I18nModuleAPI;
};

@@ -10,0 +10,0 @@ declare function setLang(newLang: Languages): Promise<void>;

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

declare const XLTKeys: readonly ["alert.android.extBrowser.autoLoginWorkaround.title", "alert.android.extBrowser.autoLoginWorkaround.button.text"];
declare const XLTKeys: readonly ["liff.sdk.test.key", "alert.android.extBrowser.autoLoginWorkaround.button.text", "alert.android.extBrowser.autoLoginWorkaround.title", "alert.android.extBrowser.autoLoginWorkaround.desc"];
export default XLTKeys;
{
"name": "@liff/i18n",
"version": "2.21.0",
"version": "2.21.1",
"description": "@liff/i18n",

@@ -22,8 +22,8 @@ "license": "SEE LICENSE IN README.md",

"typecheck": "tsc --noEmit",
"build": "rollup -c",
"build:npm": "yarn build",
"build:cdn": "rollup -c rollup.config.js",
"build:npm": "rollup -c rollup.config.js",
"build:watch": "yarn build:npm -w --watch.include './src/**'",
"dev-server": "yarn build:watch",
"dev-server:https": "yarn build:watch",
"build:prerelease": "yarn build rollup.config.prerelease.js",
"build:prerelease": "rollup -c rollup.config.prerelease.js",
"clean": "rm -rf ./lib ./tsconfig.tsbuildinfo",

@@ -36,8 +36,8 @@ "update-xlt-types": "node ./script/types-generator.js"

"dependencies": {
"@liff/consts": "2.21.0",
"@liff/server-api": "2.21.0",
"@liff/use": "2.21.0",
"@liff/util": "2.21.0"
"@liff/consts": "2.21.1",
"@liff/server-api": "2.21.1",
"@liff/use": "2.21.1",
"@liff/util": "2.21.1"
},
"gitHead": "48d3b37f4128b609b861415093b81e06482ba10f"
"gitHead": "9af2e0816a5cd5547b99e8cadba3ee274b270a9a"
}
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