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

arkivo-sufia

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arkivo-sufia - npm Package Compare versions

Comparing version 0.0.4 to 0.1.0

6

lib/client.js

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

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