Comparing version 2.0.6 to 3.0.0
@@ -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 |
{ | ||
"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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
64370
1
23
1597
0
11
- Removed@types/lodash@^4.14.161
- Removed@types/node@^14.11.2
- Removedlodash@^4.17.20
- Removedts-node@^9.0.0
- Removedtypescript@^4.0.3
- Removed@types/lodash@4.17.15(transitive)
- Removed@types/node@14.18.63(transitive)
- Removedarg@4.1.3(transitive)
- Removedbuffer-from@1.1.2(transitive)
- Removedcreate-require@1.1.1(transitive)
- Removeddiff@4.0.2(transitive)
- Removedmake-error@1.3.6(transitive)
- Removedsource-map@0.6.1(transitive)
- Removedsource-map-support@0.5.21(transitive)
- Removedts-node@9.1.1(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedyn@3.1.1(transitive)