You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@team-internet/apiconnector

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@team-internet/apiconnector - npm Package Compare versions

Comparing version

to
10.0.6

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

## [10.0.6](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.5...v10.0.6) (2025-03-17)
### Bug Fixes
* **deps:** bump idna-uts46-hx from 6.0.6 to 6.0.7 ([20f5290](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/20f52902ac48d1968e02e1b99c3e263326844c0f))
## [10.0.5](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.4...v10.0.5) (2025-01-09)

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

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

@@ -19,5 +19,2 @@ "publishConfig": {

"license": "MIT",
"engines": {
"node": ">=20.6.1"
},
"homepage": "https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk",

@@ -72,4 +69,4 @@ "repository": "github:centralnicgroup-opensource/rtldev-middleware-node-sdk",

"cross-env": "^7.0.3",
"mocha": "^10.8.2",
"nock": "^13.5.6",
"mocha": "^11.0.1",
"nock": "^14.0.0",
"prettier": "^3.0.0",

@@ -80,3 +77,3 @@ "semantic-release": "^24.2.0",

"tsx": "^4.19.2",
"typedoc": "^0.27.0",
"typedoc": "^0.28.0",
"typescript": "^5.6.3"

@@ -83,0 +80,0 @@ },

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

export const CNR_CONNECTION_URL_PROXY = "http://10.0.5.1/api/call.cgi";
export const CNR_CONNECTION_URL_PROXY = "http://10.0.6.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.5";
return "10.0.6";
}

@@ -196,0 +196,0 @@