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.24 to 2.1.25

10

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

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