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.1 to 10.0.2

7

CHANGELOG.md

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

## [10.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.1...v10.0.2) (2024-11-19)
### Bug Fixes
* **deps:** bump idna-uts46-hx from 6.0.5 to 6.0.6 ([0c3cdf2](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/commit/0c3cdf2c3b8e7e0af66094ab0923ce4042183213))
## [10.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-node-sdk/compare/v10.0.0...v10.0.1) (2024-11-15)

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

8

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

@@ -63,9 +63,9 @@ "publishConfig": {

"@tsconfig/node20": "^20.1.4",
"@types/chai": "^4.3.19",
"@types/chai": "^5.0.1",
"@types/chai-as-promised": "^8.0.1",
"@types/mocha": "^10.0.9",
"@types/nock": "^10.0.3",
"@types/nock": "^11.1.0",
"@types/node": "^22.9.0",
"c8": "^10.1.2",
"chai": "^5.1.1",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",

@@ -72,0 +72,0 @@ "cross-env": "^7.0.3",

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

export const CNR_CONNECTION_URL_PROXY = "http://10.0.1.1/api/call.cgi";
export const CNR_CONNECTION_URL_PROXY = "http://10.0.2.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.1";
return "10.0.2";
}

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