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.2 to 10.0.3

7

CHANGELOG.md

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

## [10.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.2...v10.0.3) (2024-12-23)
### Bug Fixes
* **deps:** bump cross-fetch from 4.0.0 to 4.1.0 ([2dbf37c](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/2dbf37caf76eda07971d050ec74051527862e99a))
## [10.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.1...v10.0.2) (2024-11-19)

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

4

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

@@ -79,3 +79,3 @@ "publishConfig": {

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

@@ -82,0 +82,0 @@ },

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

export const CNR_CONNECTION_URL_PROXY = "http://10.0.2.1/api/call.cgi";
export const CNR_CONNECTION_URL_PROXY = "http://10.0.3.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.2";
return "10.0.3";
}

@@ -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