@seges/angular-authentication-service
Advanced tools
+5
-5
| { | ||
| "name": "@seges/angular-authentication-service", | ||
| "version": "3.0.0", | ||
| "version": "3.0.1", | ||
| "description": "", | ||
@@ -23,3 +23,3 @@ "main": "index.ts", | ||
| "dependencies": { | ||
| "angular": "1.5.8", | ||
| "angular": "1.6.1", | ||
| "moment": "2.17.1" | ||
@@ -31,7 +31,7 @@ }, | ||
| "devDependencies": { | ||
| "@types/angular-mocks": "1.5.8", | ||
| "@types/angular-mocks": "1.6.1", | ||
| "@types/angular-ui-router": "1.1.36", | ||
| "@types/jasmine": "2.5.40", | ||
| "@types/jquery": "2.0.39", | ||
| "angular-mocks": "1.5.8", | ||
| "angular-mocks": "1.6.1", | ||
| "angular-ui-router": "0.3.1", | ||
@@ -58,3 +58,3 @@ "extract-text-webpack-plugin": "1.0.1", | ||
| "tslint": "3.15.1", | ||
| "typescript": "2.1.4", | ||
| "typescript": "2.1.5", | ||
| "typings": "1.4.0", | ||
@@ -61,0 +61,0 @@ "webpack": "1.13.2", |
| import * as angular from "angular"; | ||
| import "angular-ui-router"; | ||
| import * as moment from "moment"; | ||
@@ -5,0 +3,0 @@ import { IAuthorizedState } from "./authorizedState.interface"; |
16972
-0.38%356
-0.56%+ Added
- Removed
Updated