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 0.2.1 to 0.3.0

4

package.json
{
"name": "i18next-scanner",
"version": "0.2.1",
"version": "0.3.0",
"description": "i18next-scanner is a transfrom stream that can scan your code, extract translation keys/values, and merge them into i18n resource files.",

@@ -31,2 +31,4 @@ "homepage": "https://github.com/cheton/i18next-scanner",

"i18next",
"gruntplugin",
"gulpplugin",
"gettext",

@@ -33,0 +35,0 @@ "hash",

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

targets.forEach(function(target) {
vfs.src(target.src, {base: target.base})
vfs.src(target.files || target.src, {base: target.base || '.'})
.pipe(i18next(options, target.customTransform, target.customFlush))

@@ -16,0 +16,0 @@ .pipe(vfs.dest(target.dest))

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