properties-file
Advanced tools
Comparing version 2.1.24 to 2.1.25
{ | ||
"name": "properties-file", | ||
"version": "2.1.24", | ||
"version": "2.1.25", | ||
"description": ".properties file parser, JSON converter and Webpack loader.", | ||
@@ -56,5 +56,5 @@ "author": "Avansai (https://avansai.com)", | ||
"@release-it/conventional-changelog": "^5.1.1", | ||
"@types/jest": "^29.2.6", | ||
"@typescript-eslint/eslint-plugin": "^5.48.2", | ||
"@typescript-eslint/parser": "^5.48.2", | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.49.0", | ||
"@typescript-eslint/parser": "^5.49.0", | ||
"dotenv-cli": "^7.0.0", | ||
@@ -70,3 +70,3 @@ "eslint": "^8.32.0", | ||
"eslint-plugin-unicorn": "^45.0.2", | ||
"jest": "^29.3.1", | ||
"jest": "^29.4.1", | ||
"prettier": "^2.8.3", | ||
@@ -73,0 +73,0 @@ "prettier-plugin-organize-imports": "^3.2.2", |
@@ -54,3 +54,3 @@ # properties-file | ||
If you cannot use `fs` and already have the content of a `.properties` file, your code would look like this instead: | ||
If you cannot use [fs](https://nodejs.org/api/fs.html) (e.g., from a browser) and already have the content of a `.properties` file, your code would look like this instead: | ||
@@ -57,0 +57,0 @@ ```ts |
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
40483