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

@adminjs/cloud-cli

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminjs/cloud-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-dev.1

2

lib/api.js

@@ -9,3 +9,3 @@ "use strict";

const chalk_1 = __importDefault(require("chalk"));
const BASE_URL = 'https://cloud.adminjs.co';
const BASE_URL = 'https://adminjs-cloud-development.herokuapp.com';
const endpoints = {

@@ -12,0 +12,0 @@ deployments: 'api/v1/deployments',

{
"name": "@adminjs/cloud-cli",
"version": "1.1.0",
"version": "1.2.0-dev.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/cli.js",

@@ -20,3 +20,3 @@ import axios from 'axios';

const BASE_URL = 'https://cloud.adminjs.co';
const BASE_URL = 'https://adminjs-cloud-development.herokuapp.com';

@@ -23,0 +23,0 @@ const endpoints = {

Sorry, the diff of this file is not supported yet

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