Comparing version 0.3.6 to 0.3.7
@@ -26,6 +26,5 @@ { | ||
"dependencies": { | ||
"backbone": "~1.1.2", | ||
"jquery": "~2.1.4", | ||
"underscore": "~1.8.3" | ||
"backbone": "~1.2.3", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
@@ -91,4 +91,3 @@ /* | ||
background: true, | ||
singleRun: true, | ||
reporter: 'dots' | ||
singleRun: true | ||
} | ||
@@ -95,0 +94,0 @@ }, |
@@ -18,6 +18,6 @@ // Karma configuration | ||
files: [ | ||
'test/vendor/js/jquery.js', | ||
'test/vendor/js/underscore.js', | ||
'test/vendor/js/backbone.js', | ||
'test/vendor/js/backbone-pageable.js', | ||
'node_modules/jquery/dist/jquery.js', | ||
'node_modules/underscore/underscore.js', | ||
'node_modules/backbone/backbone.js', | ||
'node_modules/backbone.paginator/lib/backbone.paginator.js', | ||
'lib/backgrid.js', | ||
@@ -43,3 +43,3 @@ 'test/preamble.js', | ||
preprocessors: { | ||
}, | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "backgrid", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"author": "Jimmy Yuen Ho Wong and contributors <wyuenho@gmail.com>", | ||
@@ -21,14 +21,16 @@ "description": "Backgrid.js is a set of components for building semantic and easily stylable data grid widgets with Backbone.", | ||
"devDependencies": { | ||
"grunt": "~0.4.5", | ||
"grunt-cli": "~0.1.13", | ||
"grunt-contrib-clean": "~1.0.0", | ||
"grunt-contrib-concat": "~1.0.0", | ||
"grunt-contrib-connect": "~0.11.2", | ||
"grunt-contrib-jasmine": "~1.0.0", | ||
"grunt-contrib-uglify": "~1.0.0", | ||
"grunt-contrib-watch": "~0.6.1", | ||
"grunt-jsduck": "~1.0.1", | ||
"backbone.paginator": "^2.0.0", | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-concat": "^1.0.0", | ||
"grunt-contrib-connect": "^0.11.2", | ||
"grunt-contrib-jasmine": "^1.0.0", | ||
"grunt-contrib-uglify": "^1.0.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-jsduck": "^1.0.1", | ||
"grunt-karma": "^0.12.1", | ||
"grunt-recess": "~1.0.1", | ||
"grunt-template-jasmine-istanbul": "~0.4.0", | ||
"grunt-recess": "^1.0.1", | ||
"grunt-template-jasmine-istanbul": "^0.4.0", | ||
"jquery": "2.1.0", | ||
"karma": "^0.13.22", | ||
@@ -45,5 +47,5 @@ "karma-chrome-launcher": "^0.2.2", | ||
"dependencies": { | ||
"backbone": "~1.1.2", | ||
"underscore": "~1.8.3" | ||
"backbone": "~1.2.3", | ||
"underscore": "^1.8.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
311494
19
38
8349
+ Addedbackbone@1.2.3(transitive)
+ Addedunderscore@1.13.7(transitive)
- Removedbackbone@1.1.2(transitive)
- Removedunderscore@1.8.3(transitive)
Updatedbackbone@~1.2.3
Updatedunderscore@^1.8.0