properties
properties copied to clipboard
Properties reader for Node.js
Bumps [ws](https://github.com/websockets/ws) from 7.4.1 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Hello, I am not sure if I am mistaken, but I have no import-syntax working for properties-reader (using **TypeScript**). Documentation: const propertiesReader = require("properties-reader"); // works fine const properties =...
When presented with properties files that contain thousands of entries, this package can take multiple seconds to parse them. This is substantially slower than a naive line-by-line parse method, and...
When using these functions, the value is always returned as a string instead of being inferred.
May be an enhancement. Initialize from JSON string to facilitate the properties sharing in Node.js worker threads. ``` const propsReader = require('properties-reader'); //Now global.env = propsReader(path/to/file/name); //Future global.env = propsReader(path/to/file/name,...
Hi, I'm having an issue when reading a properties file from another path relative to the caller on a Windows machine. Or in other words: I can only use the...
There is no way to remove a property from an existing PropertiesReader instance.
Allows encoding when loading properties. Adds function for updating the file.