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
7
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.1.5 to 1.1.6

8

CHANGELOG.md

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

## [1.1.6](https://github.com/Availity/availity-react/compare/@availity/authorize@1.1.5...@availity/authorize@1.1.6) (2019-06-03)
**Note:** Version bump only for package @availity/authorize
## [1.1.5](https://github.com/Availity/availity-react/compare/@availity/authorize@1.1.4...@availity/authorize@1.1.5) (2019-05-09)

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

12

package.json
{
"name": "@availity/authorize",
"version": "1.1.5",
"version": "1.1.6",
"author": "Evan Sharp <evan.sharp@gmail.com>",

@@ -27,5 +27,5 @@ "description": "Check user permissions to see if the current user is authorized to see your content.",

"devDependencies": {
"@availity/api-axios": "^2.0.0",
"@availity/api-core": "^2.0.0",
"@availity/localstorage-core": "^1.4.0",
"@availity/api-axios": "^5.1.5",
"@availity/api-core": "^5.1.5",
"@availity/localstorage-core": "^2.6.1",
"axios": "^0.18.0",

@@ -36,6 +36,6 @@ "react": "^16.8.3",

"peerDependencies": {
"@availity/api-axios": "^2.0.0",
"@availity/api-axios": ">= 2.0.0",
"react": "^16.3.0"
},
"gitHead": "e1bf6e482cc26d6ede41ff68cdecf8f6301253ee"
"gitHead": "1d6e85af650d7e0d2a133b535f6aab095a604a96"
}
import React from 'react';
import { render, cleanup, waitForElement } from 'react-testing-library';
import { render, cleanup, waitForElement } from '@testing-library/react';
import { avUserPermissionsApi } from '@availity/api-axios';

@@ -4,0 +4,0 @@ import Authorize from '..';

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