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

@liff/server-api

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

Comparing version 2.20.2 to 2.20.3

10

lib/request.d.ts

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

/**
* @exports
* @param {string} url
* @param {RequestInit} [options]
*/
export declare function request(url: string, options?: RequestInit): Promise<any>;
/**
* @exports
* @param {string} url
* @param {RequestInit} [options]
*/
export declare function requestWithoutErrorHandling(url: string, options?: RequestInit): Promise<any>;

@@ -6,9 +6,3 @@ interface Response {

}
/**
* Verify access_token
* API Reference https://developers.line.biz/en/reference/line-login/#verify-access-token
* @export
* @returns {Promise<Response>}
*/
export declare function verifyAccessToken(accessToken: string): Promise<Response>;
export {};

10

package.json
{
"name": "@liff/server-api",
"version": "2.20.2",
"version": "2.20.3",
"description": "@liff/server-api",

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

"dependencies": {
"@liff/consts": "2.20.2",
"@liff/store": "2.20.2",
"@liff/util": "2.20.2"
"@liff/consts": "2.20.3",
"@liff/store": "2.20.3",
"@liff/util": "2.20.3"
},

@@ -39,3 +39,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