properties-file
Advanced tools
Comparing version 2.1.9 to 2.1.10
{ | ||
"name": "properties-file", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"description": ".properties file parser, JSON converter and Webpack loader.", | ||
@@ -57,4 +57,4 @@ "author": "Avansai (https://avansai.com)", | ||
"@types/jest": "^29.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.0", | ||
"@typescript-eslint/parser": "^5.40.0", | ||
"dotenv-cli": "^6.0.0", | ||
@@ -66,6 +66,6 @@ "eslint": "^8.25.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.1.1", | ||
"eslint-plugin-jest": "^27.1.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-unicorn": "^44.0.2", | ||
"jest": "^29.1.2", | ||
"jest": "^29.2.0", | ||
"prettier": "^2.7.1", | ||
@@ -72,0 +72,0 @@ "prettier-plugin-organize-imports": "^3.1.1", |
@@ -26,3 +26,3 @@ # properties-file | ||
- `propertiesToJson` allows quick conversion from `.properties` files to JSON. | ||
- `getProperties` returns a `Properties` object that allows insights into parsing issues such as key collisions. | ||
- `getProperties` returns a `Properties` object that provides insights into parsing issues such as key collisions. | ||
- `propertiesToJson` & `getProperties` also have a browser-compatible version when passing directly the content of a file using the APIs under `properties-file/content`. | ||
@@ -29,0 +29,0 @@ - Out of the box Webpack loader to `import` `.properties` files directly in your application. |
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
40280