New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@raycast/utils

Package Overview
Dependencies
Maintainers
8
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raycast/utils - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

2

dist/oauth/OAuthService.d.ts

@@ -110,3 +110,3 @@ import { OAuth } from "@raycast/api";

*/
static slack: (options: import("./providers").ProviderOptions) => OAuthService;
static slack: (options: import("./providers").ProviderWithDefaultClientOptions) => OAuthService;
/**

@@ -113,0 +113,0 @@ * Zoom OAuth service provided out of the box.

@@ -21,5 +21,5 @@ import { OAuthService } from "./OAuthService";

export declare const linearService: (options: ProviderWithDefaultClientOptions) => OAuthService;
export declare const slackService: (options: ProviderOptions) => OAuthService;
export declare const slackService: (options: ProviderWithDefaultClientOptions) => OAuthService;
export declare const zoomService: (options: ProviderOptions) => OAuthService;
export {};
//# sourceMappingURL=providers.d.ts.map
{
"name": "@raycast/utils",
"version": "1.12.1",
"version": "1.12.2",
"description": "Set of utilities to streamline building Raycast extensions",

@@ -5,0 +5,0 @@ "author": "Raycast Technologies Ltd.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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