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

i18next-conv

Package Overview
Dependencies
Maintainers
4
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-conv - npm Package Compare versions

Comparing version 12.0.0 to 12.0.1

4

bin/index.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

import {
mkdir, existsSync, readFileSync, promises as fsp,
mkdirSync, existsSync, readFileSync, promises as fsp,
} from 'fs'; // node 12 does not support fs/promises

@@ -158,3 +158,3 @@ import { createRequire } from 'module';

if (!existsSync(targetDir)) {
mkdir(targetDir, { recursive: true });
mkdirSync(targetDir, { recursive: true });
}

@@ -161,0 +161,0 @@

@@ -9,3 +9,3 @@ {

],
"version": "12.0.0",
"version": "12.0.1",
"type": "module",

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

"chai-as-promised": "^7.1.1",
"eslint": "^8.8.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",

@@ -56,0 +56,0 @@ "eslint-plugin-import": "^2.25.4",

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