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

i18next-parser

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-parser - npm Package Compare versions

Comparing version 7.0.2 to 7.0.3

11

bin/cli.js

@@ -131,2 +131,8 @@ #!/usr/bin/env node

let basePath = process.cwd()
if (program.opts().config) {
basePath = path.dirname(path.resolve(program.opts().config))
}
globs = config.input.map(function (s) {

@@ -138,6 +144,3 @@ var negate = ''

}
return (
negate +
path.resolve(path.dirname(path.resolve(program.opts().config)), s)
)
return negate + path.resolve(basePath, s)
})

@@ -144,0 +147,0 @@ }

{
"name": "i18next-parser",
"description": "Command Line tool for i18next",
"version": "7.0.2",
"version": "7.0.3",
"type": "module",

@@ -6,0 +6,0 @@ "license": "MIT",

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