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

musicbrainz-augmentation

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

musicbrainz-augmentation - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0

3

lib/AugmentFromSpotify.js

@@ -180,2 +180,5 @@ "use strict";

titles.push(release.title.replace(/ *\([^)]*\) */g, '').trim());
if (release.title.indexOf(':') !== -1) {
titles.push(release.title.split(':')[0]);
}
titles = titles.filter(unique).filter(s => s.length > 0);

@@ -182,0 +185,0 @@ for (const title of titles) {

16

package.json
{
"name": "musicbrainz-augmentation",
"version": "0.5.0",
"version": "0.6.0",
"description": "MusicBrainz metadata augmentation",

@@ -30,12 +30,12 @@ "main": "lib/AugmentFromSpotify.js",

"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^12.0.4",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.2",
"chai": "^4.2.0",
"del-cli": "^1.1.0",
"mocha": "^5.2.0",
"del-cli": "^2.0.0",
"mocha": "^6.1.4",
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.2",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"typescript": "^3.2.2"
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"typescript": "^3.5.3"
},

@@ -42,0 +42,0 @@ "dependencies": {

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