backbone-orm
Advanced tools
Comparing version 0.5.10 to 0.5.11
{ | ||
"name": "backbone-orm", | ||
"main": "backbone-orm.js", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"homepage": "http://vidigami.github.io/backbone-orm/", | ||
@@ -15,4 +15,3 @@ "authors": [ | ||
"backbone": ">=1.0.0", | ||
"moment": ">=1.0.0", | ||
"inflection": ">=1.0.0" | ||
"moment": ">=1.0.0" | ||
}, | ||
@@ -19,0 +18,0 @@ "license": "MIT", |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var CacheCursor, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var LRU, MemoryStore, inflection, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, MEMORY_STORE_KEYS, MemoryStore, ModelCache, Queue, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var CLONE_DEPTH, JSONUtils, MemoryStore, QueryCache, Queue, inflection, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var e; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var CacheCursor, CacheSync, DESTROY_BATCH_LIMIT, DESTROY_THREADS, Schema, Utils, bbCallback, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var MemoryStore; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var CURSOR_KEYS, Cursor, QueryCache, Utils, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var DatabaseURL, SUPPORTED_KEYS, URL, inflection, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, Utils, collection_type, fn, key, overrides, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, DatabaseURL, ModelStream, Queue, Utils, modelEach, modelInterval, moment, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -27,5 +27,2 @@ var e; | ||
}, { | ||
symbol: 'inflection', | ||
path: 'inflection' | ||
}, { | ||
symbol: 'stream', | ||
@@ -32,0 +29,0 @@ path: 'stream', |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var JSONUtils, Queue, moment, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Cursor, IS_MATCH_FNS, IS_MATCH_OPERATORS, JSONUtils, MemoryCursor, Queue, Utils, inflection, moment, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, DESTROY_BATCH_LIMIT, JSONUtils, MemoryCursor, MemorySync, ModelCache, QueryCache, Queue, Schema, Utils, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var ModelTypeID, crypto, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, NodeUtils, Queue, Utils, fs, path, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Queue, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, Many, Queue, Utils, inflection, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, One, Queue, Utils, inflection, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, Queue, Relation, Utils, inflection, _; |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, DatabaseURL, Many, One, RELATION_VARIANTS, Schema, Utils, inflection, _, |
/* | ||
backbone-orm.js 0.5.10 | ||
backbone-orm.js 0.5.11 | ||
Copyright (c) 2013 Vidigami - https://github.com/vidigami/backbone-orm | ||
License: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
Dependencies: Backbone.js, Underscore.js, Moment.js, and Inflection.js. | ||
Dependencies: Backbone.js, Underscore.js, and Moment.js. | ||
*/ | ||
@@ -8,0 +8,0 @@ var Backbone, DatabaseURL, JSONUtils, Queue, S4, URL, Utils, inflection, modelExtensions, _, |
{ | ||
"name": "backbone-orm", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"description": "A polystore ORM for Node.js and the browser", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Please refer to the following release notes when upgrading your version of BackboneORM. | ||
### 0.5.11 | ||
* publish on component. Removed client dependency on inflection by burning into library. | ||
### 0.5.10 | ||
@@ -4,0 +7,0 @@ * npm re-publish |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
2403734
126
43264