Socket
Socket
Sign inDemoInstall

ampersand-app

Package Overview
Dependencies
50
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

ampersand-app.js

@@ -13,3 +13,3 @@ /*$AMPERSAND_VERSION*/

extend: function () {
args = toArray(arguments);
var args = toArray(arguments);
args.unshift(this);

@@ -16,0 +16,0 @@ return extend.apply(null, args);

{
"name": "ampersand-app",
"description": "Simple instance store for managing instances without circular dependency issues in ampersand apps.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Henrik Joreteg <henrik@andyet.net>",

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

@@ -54,3 +54,3 @@ # ampersand-app

// reference app and models directly
app.myModel.doSomethig():
app.myModel.doSomething():
}

@@ -92,3 +92,3 @@ });

// reference app that we required above
app.myModel.doSomethig():
app.myModel.doSomething():

@@ -191,3 +191,3 @@ // now as a bonus, since `app` supports events

users: new UserCollection(),
router: new Router();
router: new Router(),
init: function () {

@@ -194,0 +194,0 @@ this.router.history.start({pushState: true});

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc