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

i18n-plus

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-plus - npm Package Compare versions

Comparing version 2.0.6 to 3.0.0

CHANGELOG.md

1

dist/index.js

@@ -15,1 +15,2 @@ "use strict";

__exportStar(require("./LocaleHelper"), exports);
//# sourceMappingURL=index.js.map

@@ -216,1 +216,2 @@ "use strict";

exports.default = LocaleHelper;
//# sourceMappingURL=LocaleHelper.js.map

@@ -436,1 +436,2 @@ "use strict";

exports.default = exports.Locales;
//# sourceMappingURL=Locales.js.map

36

package.json
{
"name": "i18n-plus",
"version": "2.0.6",
"version": "3.0.0",
"description": "Node.js package providing i18n with variable interpolation & conjugation of words with respect to quantifiers, supporting all languages' conjugation rules.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "mocha --require esm",
"build": "tsc --project tsconfig.build.json",
"dev": "tsc --watch --project tsconfig.build.json",
"test": "jest",
"genDocs": "jsdoc -c ./.jsdoc.json",
"install": "npm run build"
"prepublishOnly": "npm run build && npm run changelog",
"changelog": "auto-changelog --template keepachangelog"
},
"homepage": "https://artus9033.github.io/i18n-plus/",
"author": "artus9033",
"license": "MIT",
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"better-docs": "^2.3.2",

@@ -21,14 +23,16 @@ "esm": "^3.2.25",

"minami": "^1.2.3",
"mocha": "^8.1.3"
"jest": "^27.0.6",
"ts-jest": "^27.0.5",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"peerDependencies": {
"lodash": "^4.17.20"
},
"homepage": "https://artus9033.github.io/i18n-plus/",
"author": "artus9033",
"license": "MIT",
"repository": {
"url": "https://github.com/artus9033/i18n-plus"
},
"dependencies": {
"@types/lodash": "^4.14.161",
"@types/node": "^14.11.2",
"lodash": "^4.17.20",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
},
"keywords": [

@@ -35,0 +39,0 @@ "intl",

{
// the development tsconfig.json used by IDE code assist
"extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["esnext", "dom"],
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"esModuleInterop": true,
"declaration": true,
"baseUrl": "./src",
"rootDir": "./src",
"moduleResolution": "node",
"types": []
"rootDir": "./"
}
}

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