Socket
Socket
Sign inDemoInstall

i18next-scanner

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-scanner - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

2

lib/parser.js

@@ -243,3 +243,3 @@ 'use strict';

var getStringFromAttribute = function getStringFromAttribute(attr) {
if (attr[0] === '"' || attr[1] === '\'') {
if (attr[0] === '"' || attr[0] === '\'') {
return attr.slice(1, -1);

@@ -246,0 +246,0 @@ }

{
"name": "i18next-scanner",
"version": "2.4.4",
"version": "2.4.5",
"description": "Scan your code, extract translation keys/values, and merge them into i18n resource files.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/i18next/i18next-scanner",

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