Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.2.0 to 5.2.1

1

bin/cli.js
#!/usr/bin/env node
"use strict";

@@ -3,0 +4,0 @@ const { cpus } = require("os");

@@ -0,1 +1,3 @@

"use strict";
const {

@@ -2,0 +4,0 @@ constants,

49

package.json
{
"name": "tagtoname",
"version": "5.2.0",
"version": "5.2.1",
"description": "Renames audio files using the metadata tags",

@@ -33,2 +33,3 @@ "keywords": [

"lint": "eslint .",
"prepare": "husky install",
"start": "node bin/cli.js",

@@ -45,45 +46,13 @@ "test": "jest",

"devDependencies": {
"eslint": "7.9.0",
"eslint-config-pretty-strict": "7.0.0",
"eslint-plugin-prettier": "3.1.4",
"husky": "4.3.0",
"eslint": "7.32.0",
"eslint-config-pretty-strict": "8.0.1",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "7.0.1",
"jest": "27.0.6",
"prettier": "2.1.2"
"prettier": "2.3.2"
},
"engines": {
"node": "10 || >= 12"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true
},
"extends": [
"./node_modules/eslint-config-pretty-strict/index.js"
],
"overrides": [
{
"files": [
"test/**"
],
"globals": {
"expect": true,
"test": true
}
}
],
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module"
},
"root": true
},
"eslintIgnore": [
"coverage"
],
"husky": {
"hooks": {
"pre-commit": "npm test"
}
"node": ">=10"
}
}
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