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

@availity/authorize

Package Overview
Dependencies
Maintainers
18
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/authorize - npm Package Compare versions

Comparing version 1.5.20 to 1.5.21

src/Authorize.js

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## 1.5.21 (2021-09-28)
**Note:** Version bump only for package @availity/authorize
## 1.5.20 (2021-06-01)

@@ -8,0 +16,0 @@

6

index.d.ts

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

export { default } from './Authorize';
export * from './Authorize';
export * from './useAuthorize';
export { default } from './types/Authorize';
export * from './types/Authorize';
export * from './types/useAuthorize';

@@ -1,6 +0,2 @@

import Authorize from './Authorize';
import useAuthorize from './useAuthorize';
export { useAuthorize };
export default Authorize;
export { default } from './src/Authorize';
export { default as useAuthorize } from './src/useAuthorize';
{
"name": "@availity/authorize",
"version": "1.5.20",
"version": "1.5.21",
"author": "Evan Sharp <evan.sharp@gmail.com>",
"description": "Check user permissions to see if the current user is authorized to see your content.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [

@@ -29,3 +30,2 @@ "react",

"@availity/api-core": "^7.0.2",
"@availity/localstorage-core": "^3.0.0",
"axios": "^0.21.1",

@@ -37,5 +37,6 @@ "react": "^17.0.2",

"@availity/api-axios": ">= 2.0.0",
"axios": "^0.21.1",
"react": ">=16.3.0"
},
"gitHead": "18ff8f4f0206e04a8b71cfc90d00ad65d2f200c6"
"gitHead": "cbd7f7edc581a61f6cc9258f00946d3098c51eef"
}
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