properties-file
Advanced tools
Comparing version 3.2.16 to 3.2.17
{ | ||
"name": "properties-file", | ||
"version": "3.2.16", | ||
"version": "3.2.17", | ||
"description": ".properties file parser, editor, formatter and Webpack loader.", | ||
@@ -72,12 +72,12 @@ "keywords": [ | ||
"@types/jest": "29.5.3", | ||
"@typescript-eslint/eslint-plugin": "6.3.0", | ||
"@typescript-eslint/parser": "6.3.0", | ||
"@typescript-eslint/eslint-plugin": "6.4.0", | ||
"@typescript-eslint/parser": "6.4.0", | ||
"babel-preset-minify": "^0.5.2", | ||
"check-node-version": "^4.2.1", | ||
"dotenv-cli": "7.2.1", | ||
"eslint": "8.46.0", | ||
"dotenv-cli": "7.3.0", | ||
"eslint": "8.47.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-import-resolver-node": "0.3.9", | ||
"eslint-import-resolver-typescript": "3.6.0", | ||
"eslint-plugin-import": "2.28.0", | ||
"eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-jest": "27.2.3", | ||
@@ -90,6 +90,6 @@ "eslint-plugin-json-files": "3.0.0", | ||
"jest": "29.6.2", | ||
"prettier": "3.0.1", | ||
"prettier": "3.0.2", | ||
"prettier-plugin-organize-imports": "3.2.3", | ||
"prettier-plugin-sh": "0.13.1", | ||
"release-it": "16.1.4", | ||
"release-it": "16.1.5", | ||
"ts-jest": "29.1.1", | ||
@@ -96,0 +96,0 @@ "ts-node": "10.9.1", |
@@ -30,3 +30,3 @@ # properties-file | ||
- The library also includes a Webpack loader to import `.properties` files directly into your application. | ||
- Tiny ([under 3kB compressed](https://bundlephobia.com/package/properties-file)) with 0 dependencies. | ||
- Tiny ([under 4kB compressed](https://bundlephobia.com/package/properties-file)) with 0 dependencies. | ||
- 100% test coverage based on the output from a Java implementation. | ||
@@ -258,3 +258,3 @@ - Active maintenance (many popular `.properties` packages have been inactive for years). | ||
Having good JavaScript/TypeScript support for .properties files offers more internationalization (i18n) options. | ||
Having good JavaScript/TypeScript support for `.properties` files offers more internationalization (i18n) options. | ||
@@ -261,0 +261,0 @@ ### How does this package work? |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65161