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 1.0.0 to 1.0.1

4

lib/parser.js

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

this.options = Object.assign({}, defaults);
this.options = _lodash2.default.assign({}, defaults);
this.resStore = {};

@@ -309,3 +309,3 @@

var resStore = Object.assign({}, this.resStore);
var resStore = _lodash2.default.assign({}, this.resStore);

@@ -312,0 +312,0 @@ if (!!opts.sort) {

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

@@ -47,4 +47,4 @@ "homepage": "https://github.com/i18next/i18next-scanner",

"babel-cli": "^6.6.5",
"babel-core": "^6.6.5",
"babel-eslint": "^6.0.0-beta.5",
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.0-beta.6",
"babel-loader": "^6.2.4",

@@ -54,12 +54,11 @@ "babel-preset-es2015": "^6.6.0",

"coveralls": "^2.11.8",
"del": "^1.1.1",
"eslint": "~2.2.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-react": "^4.2.1",
"gulp": "^3.9.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"sha1": "^1.1.1",
"tap": "^2.3.1",
"tap": "^5.7.0",
"text-table": "^0.2.0"
}
}

@@ -10,3 +10,3 @@ # i18next-scanner [![build status](https://travis-ci.org/i18next/i18next-scanner.svg?branch=master)](https://travis-ci.org/i18next/i18next-scanner) [![Coverage Status](https://coveralls.io/repos/i18next/i18next-scanner/badge.svg?branch=master&service=github)](https://coveralls.io/github/i18next/i18next-scanner?branch=master)

Checkout [Migration Guide](https://github.com/i18next/i18next-scanner/wiki/Migration-Guide) for doing migration from earlier versions.
Checkout [Migration Guide](https://github.com/i18next/i18next-scanner/wiki/Migration-Guide) while upgrading from earlier versions.

@@ -13,0 +13,0 @@ ## Features

@@ -111,3 +111,3 @@ /* eslint no-console: 0 */

class Parser {
options = Object.assign({}, defaults);
options = _.assign({}, defaults);
resStore = {};

@@ -265,3 +265,3 @@

const resStore = Object.assign({}, this.resStore);
const resStore = _.assign({}, this.resStore);

@@ -268,0 +268,0 @@ if (!!opts.sort) { // sort by key

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