@line/create-liff-app
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@line/create-liff-app", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Start developing LIFF application with a simple CLI command.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -14,3 +14,3 @@ import "../styles/globals.css"; | ||
liff | ||
.init({ liffId: process.env.LIFF_ID }) | ||
.init({ liffId: process.env.NEXT_PUBLIC_LIFF_ID }) | ||
.then(() => { | ||
@@ -17,0 +17,0 @@ console.log("LIFF init succeeded."); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105812