Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

backgrid

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backgrid - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

5

bower.json

@@ -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"
}
}

3

Gruntfile.js

@@ -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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc