Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@chaingpt/ainews

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chaingpt/ainews - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/config/index.d.ts

@@ -1,3 +0,3 @@

declare const SERVER_URL = "https://api.chaingpt.org";
declare const SERVER_URL = "https://api.chaingpt.dev";
declare const TIMEOUT = 60000;
export { SERVER_URL, TIMEOUT };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TIMEOUT = exports.SERVER_URL = void 0;
// const SERVER_URL = 'https://api.chaingpt.dev';
const SERVER_URL = 'https://api.chaingpt.org';
const SERVER_URL = 'https://api.chaingpt.dev';
exports.SERVER_URL = SERVER_URL;
// const SERVER_URL = 'https://api.chaingpt.org';
const TIMEOUT = 60000;
exports.TIMEOUT = TIMEOUT;
{
"name": "@chaingpt/ainews",
"version": "0.0.5",
"version": "0.0.6",
"description": "SDK for AINews",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -1,5 +0,5 @@

// const SERVER_URL = 'https://api.chaingpt.dev';
const SERVER_URL = 'https://api.chaingpt.org';
const SERVER_URL = 'https://api.chaingpt.dev';
// const SERVER_URL = 'https://api.chaingpt.org';
const TIMEOUT = 60000;
export { SERVER_URL, TIMEOUT };
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