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

babel-plugin-i18next-extract

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-i18next-extract - npm Package Compare versions

Comparing version 0.9.0-rc to 0.9.0-rc.1

4

package.json
{
"name": "babel-plugin-i18next-extract",
"version": "0.9.0-rc",
"version": "0.9.0-rc.1",
"description": "Statically extract translation keys from i18next application.",

@@ -36,3 +36,3 @@ "engines": {

"@babel/core": "^7.18.9",
"@babel/types": "7.18.9",
"@babel/types": "7.18.10",
"deepmerge": "^4.2.2",

@@ -39,0 +39,0 @@ "i18next": "^21.8.14",

import * as BabelCore from '@babel/core';
import { CommentHint } from './comments';
import { Config } from './config';
import { ExporterCache } from './exporters';
import { ExtractedKey } from './keys';
export interface VisitorState {
file: any;
export interface VisitorState extends BabelCore.PluginPass {
opts: Partial<Config>;

@@ -15,5 +13,4 @@ I18NextExtract: I18NextExtractState;

config: Config;
exporterCache: ExporterCache;
}
export default function (api: BabelCore.ConfigAPI): BabelCore.PluginObj<VisitorState>;
export {};

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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