You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

generator-at-angular

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-at-angular - npm Package Compare versions

Comparing version

to
0.3.2

@@ -28,8 +28,8 @@ [{

"value": {
"key": "cookies",
"module": "ngCookies",
"package": "angular-cookies"
"key": "angular-local-storage",
"module": "LocalStorageModule",
"package": "angular-local-storage"
},
"name": "angular-cookies.js (handle cookie management)",
"checked": false
"name": "angular-local-storage (handle local storage and fall back to cookies)",
"checked": true
},

@@ -87,5 +87,5 @@ {

},{
"key": "sanitize",
"module": "ngSanitize",
"package": "angular-sanitize"
"key": "angular-local-storage",
"module": "LocalStorageModule",
"package": "angular-local-storage"
},{

@@ -92,0 +92,0 @@ "key": "sanitize",

@@ -25,3 +25,2 @@ 'use strict';

dreidevProps.appName = 'dreidevATApp';
dreidevProps.angularModules.push({key: 'at-flex-grid', module: null, package: 'at-flex-grid'});
return dreidevProps;

@@ -28,0 +27,0 @@ }

@@ -37,3 +37,2 @@ {

"manifest-revision-webpack-plugin": "^0.3.0",
"ng-storage": "^0.3.2",
"url": "^0.11.0",

@@ -40,0 +39,0 @@ "webpack": "2.1.0-beta.25"

{
"name": "generator-at-angular",
"version": "0.3.1",
"version": "0.3.2",
"description": "Yeoman angular application generator thet uses Webpack, SASS, UI router, Karma and Jasmine for testing, and auto generated docs.",

@@ -5,0 +5,0 @@ "homepage": "http://a-tokyo.github.io/generator-at-angular/",