
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
@devotis/openprovider
Advanced tools
Forked from the archived repo https://github.com/timneutkens/openprovider-js . This fork adds CLI support through yarn/npm run scripts. See CLI Usage.
First install: yarn add @devotis/openprovider
Then in your app's package.json file add a op command in the scripts section.
{
...
"scripts": {
"op": "node ./node_modules/@devotis/openprovider/run"
},
...
}
Finally add a .env file similar to .env.example and enter username, password and/or hash.
yarn op searchDomainRequest --domainNamePattern %mydomain%
yarn op modifyDomainRequest --isPrivateWhoisEnabled 1 --domain.name mydomain --domain.extension com
This is following the pattern:
yarn op <api command> --arg1 <arg1_value> --arg2 <arg2_value> --argn <argn_value>
For all available api commands, see: https://doc.openprovider.eu/index.php/Main_Page
Example request code here (examples/example.js)
Create a .env file similar to .env.example and enter username, password and/or hash.
FAQs
Openprovider api client
The npm package @devotis/openprovider receives a total of 4 weekly downloads. As such, @devotis/openprovider popularity was classified as not popular.
We found that @devotis/openprovider 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.