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.0 to 10.0.1

7

CHANGELOG.md

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

## [10.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.0...v10.0.1) (2024-11-15)
### Bug Fixes
* **readme.md:** reviewed readme.md ([a0d7f7c](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/a0d7f7c007f059c8a1cef6977d13101646f15a30))
# [10.0.0](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v9.0.8...v10.0.0) (2024-11-15)

@@ -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.0",
"version": "10.0.1",
"private": false,

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

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

# node-sdk
# CentralNic Reseller NODE-SDK

@@ -11,3 +11,3 @@ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)

This module is a connector library for the insanely fast CentralNic Reseller Backend API. For further informations visit our [homepage](https://www.centralnicreseller.com) and do not hesitate to [contact us](https://www.centralnicreseller.com/contact).
This module is a connector library for the insanely fast CentralNic Reseller (formerly RRPProxy) Backend API. For further informations visit our [homepage](https://www.centralnicreseller.com) and do not hesitate to [contact us](https://www.centralnicreseller.com/contact).

@@ -14,0 +14,0 @@ ## Deprecation Notice: Hexonet Node.js SDK

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

export const CNR_CONNECTION_URL_PROXY = "http://10.0.0.1/api/call.cgi";
export const CNR_CONNECTION_URL_PROXY = "http://10.0.1.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.0";
return "10.0.1";
}

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