
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
crypto-settings
Advanced tools
A module to save settings data, it has a fair bit of configurability, but it's intended usage is very simple:
npm install crypto-settings
var settings = require("crypto-settings")(/* optional options object goes here */);
//make use of any settings required.
Command line to start.
app.js -pass myPasswordWithNoSpaces -print -edit
If used in this fassion, a password can be specified on the command line (providing it has no spaces) in the format -pass
Adding the flag -print will cause the settings object to be printed to the console on startup.
Adding the flag -edit will give a command line interface to allow editing of settings. The command line interface has access to a "settings" object. This will be automatically saved when the command line exits.
The settings object returned always has two methods (which should be treated as reserved words).
syncronously writes the data back to the file.
Does the same as if the user had used "-edit" flag, then triggers the callback once the user has finished editing settings.
Documentation needed.
Documentation needed.
FAQs
Unknown package
The npm package crypto-settings receives a total of 4 weekly downloads. As such, crypto-settings popularity was classified as not popular.
We found that crypto-settings demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.