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

@monkvision/network

Package Overview
Dependencies
Maintainers
0
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monkvision/network - npm Package Compare versions

Comparing version 4.3.10 to 4.3.11

18

lib/package.json
{
"name": "@monkvision/network",
"version": "4.3.9",
"version": "4.3.10",
"license": "BSD-3-Clause-Clear",

@@ -31,4 +31,4 @@ "packageManager": "yarn@3.2.4",

"dependencies": {
"@monkvision/common": "4.3.9",
"@monkvision/sights": "4.3.9",
"@monkvision/common": "4.3.10",
"@monkvision/sights": "4.3.10",
"jsonwebtoken": "^9.0.2",

@@ -46,8 +46,8 @@ "jwt-decode": "^4.0.0",

"devDependencies": {
"@monkvision/eslint-config-base": "4.3.9",
"@monkvision/eslint-config-typescript": "4.3.9",
"@monkvision/jest-config": "4.3.9",
"@monkvision/prettier-config": "4.3.9",
"@monkvision/types": "4.3.9",
"@monkvision/typescript-config": "4.3.9",
"@monkvision/eslint-config-base": "4.3.10",
"@monkvision/eslint-config-typescript": "4.3.10",
"@monkvision/jest-config": "4.3.10",
"@monkvision/prettier-config": "4.3.10",
"@monkvision/types": "4.3.10",
"@monkvision/typescript-config": "4.3.10",
"@types/jest": "^29.2.2",

@@ -54,0 +54,0 @@ "@types/jsonwebtoken": "^9.0.5",

@@ -0,1 +1,3 @@

import { Auth0ContextInterface } from '@auth0/auth0-react';
import { Context } from 'react';
/**

@@ -11,2 +13,6 @@ * Parameters of the `useAuth` hook.

storeToken?: boolean;
/**
* Optional custom Auth0 context that will be passed through to the `useAuth0` hook.
*/
context?: Context<Auth0ContextInterface>;
}

@@ -13,0 +19,0 @@ /**

@@ -65,3 +65,3 @@ "use strict";

var options = __assign(__assign({}, defaultOptions), (params !== null && params !== void 0 ? params : {}));
var _a = (0, auth0_react_1.useAuth0)(), getAccessTokenWithPopup = _a.getAccessTokenWithPopup, logout = _a.logout;
var _a = (0, auth0_react_1.useAuth0)(params === null || params === void 0 ? void 0 : params.context), getAccessTokenWithPopup = _a.getAccessTokenWithPopup, logout = _a.logout;
var setAuthToken = (0, common_1.useMonkAppState)().setAuthToken;

@@ -68,0 +68,0 @@ (0, react_1.useEffect)(function () {

{
"name": "@monkvision/network",
"version": "4.3.10",
"version": "4.3.11",
"license": "BSD-3-Clause-Clear",

@@ -31,4 +31,4 @@ "packageManager": "yarn@3.2.4",

"dependencies": {
"@monkvision/common": "4.3.10",
"@monkvision/sights": "4.3.10",
"@monkvision/common": "4.3.11",
"@monkvision/sights": "4.3.11",
"jsonwebtoken": "^9.0.2",

@@ -46,8 +46,8 @@ "jwt-decode": "^4.0.0",

"devDependencies": {
"@monkvision/eslint-config-base": "4.3.10",
"@monkvision/eslint-config-typescript": "4.3.10",
"@monkvision/jest-config": "4.3.10",
"@monkvision/prettier-config": "4.3.10",
"@monkvision/types": "4.3.10",
"@monkvision/typescript-config": "4.3.10",
"@monkvision/eslint-config-base": "4.3.11",
"@monkvision/eslint-config-typescript": "4.3.11",
"@monkvision/jest-config": "4.3.11",
"@monkvision/prettier-config": "4.3.11",
"@monkvision/types": "4.3.11",
"@monkvision/typescript-config": "4.3.11",
"@types/jest": "^29.2.2",

@@ -89,3 +89,3 @@ "@types/jsonwebtoken": "^9.0.5",

"homepage": "https://github.com/monkvision/monkjs",
"gitHead": "c5ef74dd7e20333edbdda44364b15e1f83f7cafd"
"gitHead": "4d831f9a606fba471837296214ef748c03e7a2e9"
}
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