Comparing version 2.0.0 to 3.0.0-0
@@ -12,5 +12,5 @@ # Changelog | ||
- If there's no value, it will return `null` instead of the keyword | ||
- If there's no return value, it will return `null` instead of the keyword | ||
- `.update` now accepts a deeply nested object (`{ some: { key: 'value' } }`) instead of an object with period delimited keys (`{ 'some.key': 'value' }`) | ||
[2.0.0]: https://github.com/YouTwitFace/new-i18n/tree/v2.0.0 |
{ | ||
"name": "new-i18n", | ||
"version": "2.0.0", | ||
"version": "3.0.0-0", | ||
"description": "new-i18n is a simple and easy to use internationalization library.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"author": "YouTwitFace <contact@lungers.com>", | ||
"scripts": { | ||
"test": "mocha", | ||
"lint": "eslint ." | ||
"test": "mocha -r ts-node/register test/**/*.ts", | ||
"lint": "eslint src/", | ||
"prepare": "rm -rf lib/ && tsc", | ||
"preversion": "npm run test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/YouTwitFaceTG/new-i18n" | ||
"url": "https://github.com/YouTwitFace/new-i18n" | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.1.1" | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.1", | ||
"@typescript-eslint/eslint-plugin": "^2.33.0", | ||
"@typescript-eslint/parser": "^2.33.0", | ||
"eslint": "^7.0.0", | ||
"mocha": "^7.1.2", | ||
"ts-node": "^8.10.1", | ||
"typescript": "^3.9.2" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
7432
9
0
99
1
8
2