Socket
Socket
Sign inDemoInstall

@skyra/i18next-backend

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyra/i18next-backend - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

CHANGELOG.md

1

dist/index.d.ts
/// <reference types="node" />
/// <reference types="node" />
import type { BackendModule, InitOptions, ReadCallback, Services } from 'i18next';

@@ -3,0 +4,0 @@ import { type PathLike } from 'node:fs';

"use strict";
"use strict";
var __defProp = Object.defineProperty;

@@ -3,0 +4,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;

121

package.json
{
"name": "@skyra/i18next-backend",
"version": "1.0.0",
"description": "A filesystem-based backend for i18next",
"author": "@skyra",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"sideEffects": false,
"scripts": {
"build": "tsup && tsc -b src",
"watch": "tsup --watch --onSuccess \"tsc -b src\"",
"watch:types": "tsc -b src -w",
"lint": "eslint src --ext ts --fix -c ../../package.json",
"prepack": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/node": "*",
"i18next": "^21.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyra-project/archid-components.git",
"directory": "packages/i18next-backend"
},
"files": [
"dist/**/*.mjs*",
"dist/**/*.d.ts"
],
"engines": {
"node": ">=16.9.0",
"npm": ">=8.0.0"
},
"keywords": [
"discord",
"api",
"http",
"skyra",
"typescript",
"ts",
"yarn"
],
"bugs": {
"url": "https://github.com/skyra-project/archid-components/issues"
},
"publishConfig": {
"access": "public"
}
}
"name": "@skyra/i18next-backend",
"version": "1.0.1",
"description": "A filesystem-based backend for i18next",
"author": "@skyra",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"sideEffects": false,
"scripts": {
"build": "tsup && tsc -b src",
"watch": "tsup --watch --onSuccess \"tsc -b src\"",
"watch:types": "tsc -b src -w",
"lint": "eslint src --ext ts --fix -c ../../package.json",
"prepack": "yarn build",
"bump": "cliff-jumper",
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"tslib": "^2.4.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.3",
"@types/node": "^18.0.0",
"i18next": "^21.8.10",
"tsup": "^6.1.2",
"typescript": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyra-project/archid-components.git",
"directory": "packages/i18next-backend"
},
"files": [
"dist/**/*.mjs*",
"dist/**/*.d.ts"
],
"engines": {
"node": ">=16.9.0",
"npm": ">=8.0.0"
},
"keywords": [
"discord",
"api",
"http",
"skyra",
"typescript",
"ts",
"yarn"
],
"bugs": {
"url": "https://github.com/skyra-project/archid-components/issues"
},
"publishConfig": {
"access": "public"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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