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

df-vizier

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

df-vizier - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

2

package.json
{
"name": "df-vizier",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/plugin.js",

@@ -5,0 +5,0 @@ "files": [

@@ -40,3 +40,3 @@ # DF Vizier

A number of other settings are confirable:
A number of other settings are configurable:
- Min. energy reserve: The minimum percentage of the source planet's energy to retain after a send. Defaults to 15%.

@@ -49,2 +49,15 @@ - Max send amount: The maximum percentage of source planet's energy cap to send at once. If a capture or top-up requires more energy than the planet can send at once, it will wait until it can send this percentage without eating into the reserve. Defaults to 70% - with the default reserve of 15% this means sends will typically happen at 85% energy.

Create a new plugin with this code:
```
export { default } from "https://cdn.skypack.dev/df-vizier"
```
You can also pin it to a version:
```
export { default } from "https://cdn.skypack.dev/df-vizier@1.0.0"
```
## Developing
To get started run:

@@ -51,0 +64,0 @@

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