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

cloudflare-workers-and-google-oauth

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudflare-workers-and-google-oauth - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

dist/index.d.ts

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

export {};
export default class GoogleOAuth {
objectToBase64url: (object: object) => string;
arrayBufferToBase64Url: (buffer: ArrayBuffer) => string;
str2ab: (str: string) => ArrayBuffer;
sign: (content: string, signingKey: string) => Promise<string>;
getGoogleAuthToken: (user: string, key: string, scope: string) => Promise<string | undefined>;
}

@@ -78,1 +78,2 @@ "use strict";

}
exports.default = GoogleOAuth;

6

package.json
{
"name": "cloudflare-workers-and-google-oauth",
"version": "1.0.1",
"version": "1.0.2",
"description": "Enables easier interfacing with GCS OAuth API for use in Cloudflare Workers",
"main": "dist/index",
"typings": "dist/index",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {

@@ -8,0 +8,0 @@ "prepublishOnly": "npm run compile",

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