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

tagtoname

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tagtoname - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

15

index.js

@@ -37,9 +37,10 @@ const {

*
* - `keepCase`: Keep the original case of the tags when renaming, defaults to
* `false`
* - `noop`: Perform a dry run without renaming the file, defaults to `false`
* - `separator`: The separator used to split the tags in the new name, defaults
* to `"-"`
* - `tags`: An array of the tags used in the new name, defaults to
* `["artist", "title"]`
* - `keepCase`: Keep the original case of the tags when renaming,
* defaults to `false`
* - `noop`: Perform a dry run without renaming the file,
* defaults to `false`
* - `separator`: The separator used to split the tags in the new name,
* defaults to `"-"`
* - `tags`: An array of the tags used in the new name,
* defaults to `["artist", "title"]`
*

@@ -46,0 +47,0 @@ * Resolves with the new path.

{
"name": "tagtoname",
"version": "4.0.0",
"version": "5.0.0",
"description": "Renames audio files using the metadata tags",

@@ -40,13 +40,13 @@ "keywords": [

"lockfile": "1.0.4",
"music-metadata": "6.4.0",
"standard-slugify": "2.0.1"
"music-metadata": "7.0.0",
"standard-slugify": "3.0.0"
},
"devDependencies": {
"eslint": "7.0.0",
"eslint-config-pretty-strict": "6.0.0",
"eslint-plugin-prettier": "3.1.3",
"eslint": "7.5.0",
"eslint-config-pretty-strict": "6.1.1",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.2.5",
"nyc": "15.0.1",
"nyc": "15.1.0",
"prettier": "2.0.5",
"tape": "5.0.0"
"tape": "5.0.1"
},

@@ -65,3 +65,3 @@ "engines": {

"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 2019,
"sourceType": "module"

@@ -68,0 +68,0 @@ },

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