+4
-0
| # Version 2.5.0 (2018-07-31) | ||
| * [fix] Fix missing injection in `security.js` | ||
| # Version 2.5.0 (2018-07-31) | ||
| * [new] Support for extensible security providers. | ||
@@ -4,0 +8,0 @@ * [new] New security provider supporting custom authentication stored in a cookie. |
@@ -1037,4 +1037,4 @@ /* | ||
| w20CoreSecurity.run(['AuthenticationService', 'ApplicationService', 'EventService', 'StateService', '$location', | ||
| function (authenticationService, applicationService, eventService, stateService, $location) { | ||
| w20CoreSecurity.run(['AuthenticationService', 'ApplicationService', 'EventService', 'StateService', '$location', '$injector', | ||
| function (authenticationService, applicationService, eventService, stateService, $location, $injector) { | ||
| function inBrowserSession(state) { | ||
@@ -1041,0 +1041,0 @@ var sessionState = stateService.state('session', 'isActive', false, true); |
+1
-1
| { | ||
| "name": "@w20/w20", | ||
| "version": "2.5.0", | ||
| "version": "2.5.1", | ||
| "description": "W20 Web framework", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
593062
0.02%