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

netlify-graph-auth

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-graph-auth - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/auth.d.ts

@@ -97,3 +97,3 @@ import type { Storage } from './storage';

*/
login: (service: NetlifyGraphAuthService, scopes: Array<string> | undefined, useTestFlow?: boolean) => Promise<AuthResponse>;
login: (service: NetlifyGraphAuthService, scopes?: Array<string> | undefined, useTestFlow?: boolean) => Promise<AuthResponse>;
isLoggedIn: (args: NetlifyGraphAuthService | {

@@ -100,0 +100,0 @@ foreignUserId?: string;

{
"name": "netlify-graph-auth",
"version": "0.0.2",
"version": "0.0.3",
"description": "Client-side authentication for Netlify GraphQL APIs",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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