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

@team-internet/apiconnector

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-internet/apiconnector - npm Package Compare versions

Comparing version 10.0.4 to 10.0.5

7

CHANGELOG.md

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

## [10.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.4...v10.0.5) (2025-01-09)
### Bug Fixes
* **deps:** bump idna-uts46-hx from 6.0.5 to 6.0.6 ([de3819f](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/de3819f3976789720bfb254d6e54ae1c3978106c))
## [10.0.4](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.3...v10.0.4) (2025-01-08)

@@ -2,0 +9,0 @@

2

package.json
{
"name": "@team-internet/apiconnector",
"description": "Node.js SDK for the insanely fast CentralNic Reseller (fka RRPProxy) API",
"version": "10.0.4",
"version": "10.0.5",
"private": false,

@@ -6,0 +6,0 @@ "publishConfig": {

@@ -8,3 +8,3 @@ import fetch from "cross-fetch";

export const CNR_CONNECTION_URL_PROXY = "http://10.0.4.1/api/call.cgi";
export const CNR_CONNECTION_URL_PROXY = "http://10.0.5.1/api/call.cgi";
export const CNR_CONNECTION_URL_LIVE = "https://api.rrpproxy.net/api/call.cgi";

@@ -193,3 +193,3 @@ export const CNR_CONNECTION_URL_OTE =

public getVersion(): string {
return "10.0.4";
return "10.0.5";
}

@@ -196,0 +196,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