New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

virtualizor-client

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtualizor-client - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

1

dist/cjs/types/src/types/ServerInfo.d.ts

@@ -6,2 +6,3 @@ export interface ServerInfo {

ram: string;
total_space: string;
}

@@ -6,2 +6,3 @@ export interface ServerInfo {

ram: string;
total_space: string;
}

@@ -477,2 +477,3 @@ import { EventEmitter } from 'node:events';

ram: string;
total_space: string;
}

@@ -479,0 +480,0 @@

2

package.json

@@ -1,1 +0,1 @@

{"name":"virtualizor-client","version":"1.1.8","description":"Virtualizor function kit","scripts":{"test":"yarn test","build":"rm -rf dist && rollup -c --bundleConfigAsCjs","update-version":"node -r dotenv/config ./auto-update-version.js","format":"prettier --write ."},"author":"Eric Tran","license":"ISC","dependencies":{"@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-json":"^6.0.1","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-typescript":"^11.1.5","@types/node":"^20.11.30","axios":"^1.6.2","dotenv":"^16.3.1","prettier":"^3.3.2","rollup":"^4.3.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-peer-deps-external":"^2.2.4","tslib":"^2.6.2","typescript":"^5","vite-node":"^2.0.5"},"peerDependencies":{"axios":"^1.6.2"},"main":"dist/cjs/index.js","module":"dist/esm/index.js","files":["dist"],"types":"dist/index.d.ts"}
{"name":"virtualizor-client","version":"1.1.9","description":"Virtualizor function kit","scripts":{"test":"yarn test","build":"rm -rf dist && rollup -c --bundleConfigAsCjs","update-version":"node -r dotenv/config ./auto-update-version.js","format":"prettier --write ."},"author":"Eric Tran","license":"ISC","dependencies":{"@rollup/plugin-commonjs":"^25.0.7","@rollup/plugin-json":"^6.0.1","@rollup/plugin-node-resolve":"^15.2.3","@rollup/plugin-typescript":"^11.1.5","@types/node":"^20.11.30","axios":"^1.6.2","dotenv":"^16.3.1","prettier":"^3.3.2","rollup":"^4.3.0","rollup-plugin-dts":"^6.1.0","rollup-plugin-peer-deps-external":"^2.2.4","tslib":"^2.6.2","typescript":"^5","vite-node":"^2.0.5"},"peerDependencies":{"axios":"^1.6.2"},"main":"dist/cjs/index.js","module":"dist/esm/index.js","files":["dist"],"types":"dist/index.d.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