Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

properties-file

Package Overview
Dependencies
Maintainers
1
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

properties-file - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

10

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc