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

@availity/authorizations-core

Package Overview
Dependencies
Maintainers
14
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/authorizations-core - npm Package Compare versions

Comparing version 1.0.10 to 1.0.12

src/tests/authCore.test.js

22

CHANGELOG.md

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

## [1.0.12](https://github.com/Availity/sdk-js/compare/@availity/authorizations-core@1.0.10...@availity/authorizations-core@1.0.12) (2020-02-13)
### Bug Fixes
* update babel and jest configs, rename tests ([c80e194](https://github.com/Availity/sdk-js/commit/c80e1947f0c3cb28c3c7db842c82f381622d72e7))
## [1.0.11](https://github.com/Availity/sdk-js/compare/@availity/authorizations-core@1.0.10...@availity/authorizations-core@1.0.11) (2020-02-13)
### Bug Fixes
* update babel and jest configs, rename tests ([c80e194](https://github.com/Availity/sdk-js/commit/c80e1947f0c3cb28c3c7db842c82f381622d72e7))
## [1.0.10](https://github.com/Availity/sdk-js/compare/@availity/authorizations-core@1.0.7...@availity/authorizations-core@1.0.10) (2020-02-13)

@@ -8,0 +30,0 @@

22

lib/index.js

@@ -1,4 +0,14 @@

import _classCallCheck from "/home/circleci/project/node_modules/@babel/runtime/helpers/esm/classCallCheck";
import _createClass from "/home/circleci/project/node_modules/@babel/runtime/helpers/esm/createClass";
"use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/classCallCheck"));
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/createClass"));
var AvAuthorizations =

@@ -8,3 +18,3 @@ /*#__PURE__*/

function AvAuthorizations(avPermissions, avRegions, promise) {
_classCallCheck(this, AvAuthorizations);
(0, _classCallCheck2["default"])(this, AvAuthorizations);

@@ -25,3 +35,3 @@ // make sure all params are passed in

_createClass(AvAuthorizations, [{
(0, _createClass2["default"])(AvAuthorizations, [{
key: "isAuthorized",

@@ -190,6 +200,6 @@ value: function isAuthorized(permissionId, region) {

}]);
return AvAuthorizations;
}();
export default AvAuthorizations;
var _default = AvAuthorizations;
exports["default"] = _default;
{
"name": "@availity/authorizations-core",
"version": "1.0.10",
"version": "1.0.12",
"description": "Base configurations for Availity Authorizations",

@@ -12,3 +12,3 @@ "main": "lib/index.js",

},
"gitHead": "88c0e7b48de05f599a97ad3547f8b96c63e2004e"
"gitHead": "4581108f28112d852510b7cbb2bce04f46733a7d"
}
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