@availity/api-angular
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| ## [4.4.1](https://github.com/Availity/sdk-js/compare/@availity/api-angular@4.4.0...@availity/api-angular@4.4.1) (2019-09-27) | ||
| **Note:** Version bump only for package @availity/api-angular | ||
| # [4.4.0](https://github.com/Availity/sdk-js/compare/@availity/api-angular@4.2.1...@availity/api-angular@4.4.0) (2019-08-01) | ||
@@ -8,0 +16,0 @@ |
+3
-3
| { | ||
| "name": "@availity/api-angular", | ||
| "version": "4.4.0", | ||
| "version": "4.4.1", | ||
| "description": "Wraps @availity/api-core with Angular $http", | ||
@@ -13,3 +13,3 @@ "main": "src/index.js", | ||
| "devDependencies": { | ||
| "@availity/api-core": "^5.4.0", | ||
| "@availity/api-core": "^5.4.1", | ||
| "angular": "^1.6.0", | ||
@@ -21,3 +21,3 @@ "angular-mocks": "^1.6.0" | ||
| }, | ||
| "gitHead": "d438228fc9ac6420cbded4c1a494f19b79954199" | ||
| "gitHead": "861ec87ed21a02680c7bf4ff616a2bb3e8dea906" | ||
| } |
@@ -40,3 +40,3 @@ import angular from 'angular'; | ||
| expect(provider.defaultOptions).toEqual(testDefaults1); | ||
| const expectedResult = Object.assign({}, testDefaults1, testDefaults2); | ||
| const expectedResult = { ...testDefaults1, ...testDefaults2 }; | ||
| provider.setOptions(testDefaults2); | ||
@@ -43,0 +43,0 @@ expect(provider.defaultOptions).toEqual(expectedResult); |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
28001
0.67%1
Infinity%