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 8.4.0 to 8.5.0

4

lib/pagination.js

@@ -57,2 +57,6 @@

if (headers.hasOwnProperty('date')) {
page.date = headers.date;
}
page.pageData = {

@@ -59,0 +63,0 @@ link: {},

2

package.json
{
"name": "@mendeley/api",
"version": "8.4.0",
"version": "8.5.0",
"description": "Mendeley API JavaScript SDK",

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

@@ -41,3 +41,4 @@ 'use strict';

},
'mendeley-count': 199
'mendeley-count': 199,
'date': new Date(1).toISOString()
},

@@ -66,2 +67,3 @@ data: [

expect(paginationResponse.total).toBe(199);
expect(paginationResponse.date).toBe(new Date(1).toISOString());
expect(paginationResponse.items).toEqual([

@@ -68,0 +70,0 @@ { id: 1 }

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