Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

i18next-fs-backend

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18next-fs-backend - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

13

cjs/path.js

@@ -1,9 +0,6 @@

"use strict";
if (typeof require !== 'undefined') {
var path = require('path');
if (path.default) path = path.default;
exports.default = path;
module.exports = exports.default;
}
var path = require('path')
if (path.default) path = path.default
exports.default = path
module.exports = exports.default
}

@@ -17,3 +17,3 @@ "use strict";

var pathMod = _interopRequireWildcard(require("./path.cjs"));
var pathMod = _interopRequireWildcard(require("./path.js"));

@@ -20,0 +20,0 @@ var _extname = _interopRequireDefault(require("./extname.js"));

{
"name": "i18next-fs-backend",
"version": "1.1.2",
"version": "1.1.3",
"private": false,

@@ -61,3 +61,3 @@ "type": "module",

"compile:esm": "rm -rf esm && mkdir esm && BABEL_ENV=esm babel lib -d esm && cp lib/fs.cjs esm/fs.cjs",
"compile:cjs": "rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.js && node -e \"fs.writeFileSync('cjs/readFile.js', fs.readFileSync('cjs/readFile.js').toString().replace('fs.cjs', 'fs.js'))\" && node -e \"fs.writeFileSync('cjs/writeFile.js', fs.readFileSync('cjs/writeFile.js').toString().replace('fs.cjs', 'fs.js'))\"",
"compile:cjs": "rm -rf cjs && mkdir cjs && BABEL_ENV=cjs babel lib -d cjs && echo '{\"type\":\"commonjs\"}' > cjs/package.json && cp lib/fs.cjs cjs/fs.js && cp lib/path.cjs cjs/path.js && node -e \"fs.writeFileSync('cjs/readFile.js', fs.readFileSync('cjs/readFile.js').toString().replace('fs.cjs', 'fs.js').replace('path.cjs', 'path.js'))\" && node -e \"fs.writeFileSync('cjs/writeFile.js', fs.readFileSync('cjs/writeFile.js').toString().replace('fs.cjs', 'fs.js'))\"",
"compile": "npm run copy && npm run compile:esm && npm run compile:cjs",

@@ -64,0 +64,0 @@ "build": "npm run compile",

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