arkivo-sufia
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -30,5 +30,5 @@ 'use strict'; | ||
var defaults = config.has('sufia') | ||
? extend({}, SufiaClient.defaults, config.get('sufia')) | ||
: SufiaClient.defaults; | ||
var defaults = config.has('sufia') ? | ||
extend({}, SufiaClient.defaults, config.get('sufia')) : | ||
SufiaClient.defaults; | ||
@@ -35,0 +35,0 @@ options = options || {}; |
@@ -43,5 +43,5 @@ 'use strict'; | ||
yield B.map(sufia.deleted, function (key) { | ||
return sufia.delete(key); | ||
return sufia.delete(key); | ||
}, { concurrency: 3 }) | ||
}, { concurrency: 3 }) | ||
@@ -48,0 +48,0 @@ .tap(function (items) { |
{ | ||
"name": "arkivo-sufia", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "A Zotero/Arkivo plugin to sync to Project Hydra services", | ||
@@ -24,18 +24,18 @@ "main": "lib/plugin.js", | ||
"dependencies": { | ||
"bluebird": "^2.8.1", | ||
"debug": "^2.1.1", | ||
"bluebird": "^3.3.1", | ||
"debug": "*", | ||
"superagent": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"arkivo": ">=0.0.2", | ||
"chai": "^1.10.0", | ||
"chai-as-promised": "^4.1.1", | ||
"eslint": "^0.12.0", | ||
"istanbul-harmony": "^0.3.1", | ||
"arkivo": "~0", | ||
"chai": "^3.5", | ||
"chai-as-promised": "^5.2", | ||
"eslint": "^2.2", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^2.1.0", | ||
"nock": "^1.6.0", | ||
"nock": "^7.2.2", | ||
"sinon": "^1.12.2", | ||
"sinon-chai": "^2.6.0", | ||
"yuidocjs": "^0.5.0" | ||
"yuidocjs": "*" | ||
} | ||
} |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
52471
2
+ Addedbluebird@3.7.2(transitive)
+ Addeddebug@4.4.0(transitive)
+ Addedms@2.1.3(transitive)
- Removedbluebird@2.11.0(transitive)
Updatedbluebird@^3.3.1
Updateddebug@*