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

@mendeley/api

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mendeley/api - npm Package Compare versions

Comparing version 7.1.0 to 7.2.0

lib/api/document-types.js

5

lib/api.js

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

var Bluebird = require('bluebird');
var utils = require('./utilities');

@@ -22,3 +23,5 @@ Bluebird.config({

catalog: require('./api/catalog'),
search: require('./api/search'),
documents: require('./api/documents'),
documentTypes: require('./api/document-types'),
files: require('./api/files'),

@@ -42,3 +45,3 @@ folders: require('./api/folders'),

Object.keys(endpointFactories).forEach(function(endpointName) {
endpoints[endpointName] = endpointFactories[endpointName](options);
endpoints[endpointName] = endpointFactories[endpointName](options, utils);
});

@@ -45,0 +48,0 @@

1

lib/mime-types.js

@@ -7,2 +7,3 @@

DOCUMENT_LOOKUP: 'application/vnd.mendeley-document-lookup.1+json',
DOCUMENT_TYPE: 'application/vnd.mendeley-document-type.1+json',
FILE: 'application/vnd.mendeley-file.1+json',

@@ -9,0 +10,0 @@ FOLDER: 'application/vnd.mendeley-folder.1+json',

{
"name": "@mendeley/api",
"version": "7.1.0",
"version": "7.2.0",
"description": "Mendeley API JavaScript SDK",

@@ -5,0 +5,0 @@ "directories": {

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