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

@based/cli

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/cli - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

4

dist/deploy/updateSchema.js

@@ -63,3 +63,5 @@ "use strict";

await Promise.race([
client.updateSchema(payload),
Array.isArray(payload)
? Promise.all(payload.map((schemaConfig) => client.updateSchema(schemaConfig)))
: client.updateSchema(payload),
(0, utils_1.wait)(8000).then(() => {

@@ -66,0 +68,0 @@ throw new Error('client.updateSchema() timed out. Maybe wrong db name?');

{
"name": "@based/cli",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "bin": {

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