New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

edx-modulestore

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-modulestore - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

.jscsrc

21

Gruntfile.js
'use strict';
module.exports = function (grunt) {
require('time-grunt')(grunt);
require('load-grunt-tasks')(grunt);
grunt.initConfig({
jscs: {
all: {
files: {
src: [
'Gruntfile.js',
'lib/**/*.js',
'bin/**/*.js',
'index.js'
]
}
}
},
// ## //
jshint: {

@@ -15,5 +31,5 @@ options: {

'Gruntfile.js',
'index.js',
'lib/**/*.js',
'bin/**/*.js'
'bin/**/*.js',
'index.js'
]

@@ -26,4 +42,5 @@ }

grunt.registerTask('test', [
'jscs',
'jshint'
]);
};

1

lib/base.js

@@ -40,3 +40,2 @@ 'use strict';

if (_.isFunction(prop[name]) && _.isFunction(_super[name])) {
// Expose _super method to overriden functions

@@ -43,0 +42,0 @@ /* jshint -W083 */

@@ -17,2 +17,3 @@ var mongoose = require('mongoose');

'textbooks',
'pdf_textbooks',
'wiki'

@@ -19,0 +20,0 @@ ]

{
"name": "edx-modulestore",
"version": "0.2.3",
"version": "0.3.0",
"description": "Easy browsing of Open edX modulestores",

@@ -12,12 +12,14 @@ "author": "Bertrand Marron",

"dependencies": {
"mongoose": "3.8.25",
"mongoose": "4.0.2",
"mongoose-long": "0.0.2",
"lodash": "^3.5.0",
"moment": "^2.9.0",
"bluebird": "^2.9.14"
"lodash": "3.5.0",
"moment": "2.9.0",
"bluebird": "2.9.14"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"load-grunt-tasks": "^3.1.0"
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.11.1",
"grunt-jscs": "1.8.0",
"load-grunt-tasks": "3.1.0",
"time-grunt": "1.2.1"
},

@@ -24,0 +26,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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