🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@w20/w20

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@w20/w20 - npm Package Compare versions

Comparing version
2.5.0
to
2.5.1
+4
-0
CHANGELOG.md
# 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.

+2
-2

@@ -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);

{
"name": "@w20/w20",
"version": "2.5.0",
"version": "2.5.1",
"description": "W20 Web framework",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",