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

@seges/angular-authentication-service

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-authentication-service - npm Package Compare versions

Comparing version
3.0.0
to
3.0.1
+5
-5
package.json
{
"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";