New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fauna-schema-migrate

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fauna-schema-migrate - npm Package Compare versions

Comparing version 0.1.3-beta to 0.1.5

2

dist/util/fauna-client.js

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

var createClientWithOptions = function (secret) {
var opts = { secret: secret };
var opts = { secret: secret, keepAlive: false };
if (process.env.FAUNADB_DOMAIN)

@@ -264,0 +264,0 @@ opts.domain = process.env.FAUNADB_DOMAIN;

{
"name": "fauna-schema-migrate",
"version": "0.1.3-beta",
"version": "0.1.5",
"description": "Fauna schema migration tool that helps to manage resources such as collections, indexes, roles, functions, access providers as code.",

@@ -85,2 +85,2 @@ "main": "dist/index.js",

]
}
}

@@ -188,2 +188,4 @@ # Fauna Schema Migrate (Unofficial)

- FAUNA_NOPRINT: don't print the FQL migration.
- FAUNADB_DOMAIN: connect to another environment than fauna cloud. the default value is 'db.fauna.com' but could also be your local docker IP or the preview cluster.
- FAUNADB_SCHEME: the default schema is 'https', mainly for local development, this could be set to 'http' via this environment variable

@@ -190,0 +192,0 @@ ##### Faster local development with a child database

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