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

@navigraph/auth

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navigraph/auth - npm Package Compare versions

Comparing version 2.0.12 to 2.1.0

3

dist/index.cjs.js

@@ -571,3 +571,4 @@ "use strict";

"Content-Type": "application/x-www-form-urlencoded"
}
},
withCredentials: app.scopes.includes(import_app5.Scope.TILES) ? true : void 0
}).catch(function(err) {

@@ -574,0 +575,0 @@ var ref;

@@ -479,3 +479,3 @@ // src/api.ts

import pkce from "@navigraph/pkce";
import { getApp as getApp3, NotInitializedError, UserDeniedAccessError, DeviceFlowTokenExpiredError, InvalidClientError, InvalidScopeError } from "@navigraph/app";
import { getApp as getApp3, NotInitializedError, UserDeniedAccessError, DeviceFlowTokenExpiredError, InvalidClientError, InvalidScopeError, Scope } from "@navigraph/app";
import axios3 from "axios";

@@ -506,3 +506,4 @@ function signInWithDeviceFlow(callback) {

"Content-Type": "application/x-www-form-urlencoded"
}
},
withCredentials: app.scopes.includes(Scope.TILES) ? true : void 0
}).catch(function(err) {

@@ -509,0 +510,0 @@ var ref;

{
"name": "@navigraph/auth",
"version": "2.0.12",
"version": "2.1.0",
"license": "MIT",

@@ -43,3 +43,3 @@ "description": "Authentication with Navigraph services as part of the Navigraph SDK",

"@navigraph/pkce": "^1.0.3",
"@navigraph/app": "1.2.8",
"@navigraph/app": "1.3.0",
"axios": "^0.24.0"

@@ -46,0 +46,0 @@ },

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