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

@istex/istex-merge

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@istex/istex-merge - npm Package Compare versions

Comparing version 2.2.7 to 2.2.8

2

lib/SourcesManager.js

@@ -187,3 +187,3 @@ /* eslint-disable no-labels */

const sanitizeName = (author) => {
return (author.forename.trim() + author.surname.trim())
return (_.trim(author.forename) + _.trim(author.surname))
.normalize('NFD') // We decompose combined graphemes into the combination of simple ones (è becomes e + `)

@@ -190,0 +190,0 @@ .replace(/[\u0300-\u036f]/g, ''); // We remove every diacritic

{
"name": "@istex/istex-merge",
"version": "2.2.7",
"version": "2.2.8",
"description": "Library to build merged documents and generate Hal TEIs from them.",

@@ -5,0 +5,0 @@ "main": "index.js",

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