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

ampersand

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ampersand - npm Package Compare versions

Comparing version

to
1.6.1

@@ -15,2 +15,3 @@ {

"clientconfig": "0.x.x",
"domready": "^1.0.5",
"favicon-setter": "0.x.x",

@@ -17,0 +18,0 @@ "getconfig": "0.x.x",

{
"name": "ampersand",
"description": "CLI tool for generating single page apps a. la. http://humanjavascript.com",
"version": "1.6.0",
"version": "1.6.1",
"author": "Henrik Joreteg <henrik@andyet.net>",

@@ -6,0 +6,0 @@ "bin": {

@@ -12,2 +12,3 @@ /*global app, me, $*/

var People = require('./models/person-collection');
var domReady = require('domready');

@@ -29,3 +30,3 @@

// this ensures the document has a body, etc.
$(function () {
domReady(function () {
// init our main view

@@ -32,0 +33,0 @@ var mainView = self.view = new MainView({