base-objects
Advanced tools
Comparing version 0.7.0-alpha.1 to 0.7.1-alpha
{ | ||
"name": "base-objects.js", | ||
"version": "0.7.0-alpha.1", | ||
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD", | ||
"keywords": [ | ||
"inheritance", | ||
"browser", | ||
"server" | ||
], | ||
"license": "public domain", | ||
"authors": [ | ||
"Offirmo <offirmo.net@gmail.com>" | ||
], | ||
"homepage": "https://github.com/Offirmo/base-objects.js", | ||
"dependencies": { | ||
"backbone": "~1.1", | ||
"generic_store.js": "latest", | ||
"underscore": "~1.5", | ||
"when": "~2.8" | ||
} | ||
"name": "base-objects.js", | ||
"version": "0.7.1-alpha", | ||
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD", | ||
"keywords": [ | ||
"inheritance", | ||
"browser", | ||
"server" | ||
], | ||
"license": "public domain", | ||
"authors": [ | ||
"Offirmo <offirmo.net@gmail.com>" | ||
], | ||
"homepage": "https://github.com/Offirmo/base-objects.js", | ||
"dependencies": { | ||
"backbone": "~1.1", | ||
"generic_store.js": "latest", | ||
"underscore": "~1.6", | ||
"when": "~2.8" | ||
} | ||
} |
@@ -38,3 +38,2 @@ /* A mixin with generic start/stop methods | ||
//////////////////////////////////// | ||
//methods.xyz = ...; | ||
methods.startup = function() { | ||
@@ -41,0 +40,0 @@ // TODO check consistency |
{ | ||
"name": "base-objects", | ||
"version": "0.7.0-alpha.1", | ||
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD", | ||
"keywords": "inheritance, browser, server", | ||
"license": "public domain", | ||
"author": "Offirmo <offirmo.net@gmail.com> (http://offirmo.net)", | ||
"homepage": "https://github.com/Offirmo/base-objects.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Offirmo/base-objects.js.git" | ||
}, | ||
"dependencies": { | ||
"amdefine": "~0.1", | ||
"backbone": "~1.1", | ||
"generic_store": "~0.2", | ||
"underscore": "~1.5", | ||
"when": "~2.8" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Offirmo/base-objects.js/issues" | ||
}, | ||
"scripts": { | ||
"test": "npm install && cd test_runner && make" | ||
} | ||
"name": "base-objects", | ||
"version": "0.7.1-alpha", | ||
"description": "Base javascript objects with convenient inheritance and some shared features for node & browser, AMD", | ||
"keywords": "inheritance, browser, server", | ||
"license": "public domain", | ||
"author": "Offirmo <offirmo.net@gmail.com> (http://offirmo.net)", | ||
"homepage": "https://github.com/Offirmo/base-objects.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Offirmo/base-objects.js.git" | ||
}, | ||
"dependencies": { | ||
"amdefine": "~0.1", | ||
"backbone": "~1.1", | ||
"generic_store": "~0.2", | ||
"underscore": "~1.6", | ||
"when": "~2.8" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Offirmo/base-objects.js/issues" | ||
}, | ||
"scripts": { | ||
"test": "npm install && cd test_runner && make" | ||
} | ||
} |
@@ -18,5 +18,5 @@ base-objects.js | ||
1) Extensions to Backbone.Model | ||
2) Common Backbone sync() implementations | ||
3) Convenient mixins to add to your objects (Backbone or not) | ||
1. Extensions to Backbone.Model | ||
2. Common Backbone sync() implementations | ||
3. Convenient mixins to add to your objects (Backbone or not) | ||
@@ -23,0 +23,0 @@ License : public domain (http://unlicense.org/) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
156212
43
2500
0
+ Addedunderscore@1.6.0(transitive)
- Removedunderscore@1.5.2(transitive)
Updatedunderscore@~1.6