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

@pixul/node-rancher-api

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixul/node-rancher-api - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

5

lib/lib.js

@@ -229,2 +229,7 @@ 'use strict';

deleteService(serviceId) {
Joi.assert(serviceId, Joi.string().required(), 'Must specify service id');
return this._request('DELETE', `/services/${serviceId}`);
}
createLoadBalancer(createParams) {

@@ -231,0 +236,0 @@ return this._request('POST', '/loadBalancerServices', {

2

package.json
{
"name": "@pixul/node-rancher-api",
"version": "1.2.2",
"version": "1.2.3",
"description": "Rancher API client",

@@ -5,0 +5,0 @@ "main": "lib/lib.js",

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