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

marvin-auth-kit

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marvin-auth-kit - npm Package Compare versions

Comparing version 4.1.1 to 4.1.2

dist/hooks/useCurrentUser.d.ts

8

dist/components/preloader/Preloader.js

@@ -20,9 +20,9 @@ import React, { Fragment, useState } from 'react';

position: absolute;
width: 100vw;
height: 100vh;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
align-items: center;
justify-content: space-around;
top: 0;
left: 0;
background: white;

@@ -29,0 +29,0 @@ z-index: 999999;

@@ -13,4 +13,5 @@ export { defaultServerConfig } from './config/DefaultServerConfig';

export { PrivateRoute } from './components/route/PrivateRoute';
export { useIsAuthenticated } from './hooks/useIsAuthenticated';
export * from './hooks/useIsAuthenticated';
export * from './hooks/useCurrentUser';
export { parseServerError } from './utils/ErrorUtil';
export * from './types/index';

@@ -13,4 +13,5 @@ export { defaultServerConfig } from './config/DefaultServerConfig';

export { PrivateRoute } from './components/route/PrivateRoute';
export { useIsAuthenticated } from './hooks/useIsAuthenticated';
export * from './hooks/useIsAuthenticated';
export * from './hooks/useCurrentUser';
export { parseServerError } from './utils/ErrorUtil';
export * from './types/index';
{
"name": "marvin-auth-kit",
"version": "4.1.1",
"version": "4.1.2",
"description": "Javscript authentication kit",

@@ -50,8 +50,8 @@ "main": "dist/index.js",

"js-cookie": "^2.2.1",
"mailslurp-client": "^8.7.8",
"react": "^16.13.1",
"react-router": "^5.2.0",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2",
"mailslurp-client": "^8.7.8"
"typescript": "^4.0.2"
}
}

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