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

instant-cli

Package Overview
Dependencies
Maintainers
0
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

instant-cli - npm Package Compare versions

Comparing version 0.15.3 to 0.15.4

15

index.js

@@ -26,2 +26,9 @@ // @ts-check

const noAppIdErrorMessage = `
No app ID found.
Add \`INSTANT_APP_ID=<ID>\` to your .env file.
(Or \`NEXT_PUBLIC_INSTANT_APP_ID\`, \`VITE_INSTANT_APP_ID\`)
Or provide an app ID via the CLI \`instant-cli pull-schema <ID>\`.
`.trim();
const instantDashOrigin = dev

@@ -1088,3 +1095,2 @@ ? "http://localhost:3000"

}
const appId =

@@ -1269,8 +1275,1 @@ // finally, check .env

}
const noAppIdErrorMessage = `
No app ID found.
Add \`INSTANT_APP_ID=<ID>\` to your .env file.
(Or \`NEXT_PUBLIC_INSTANT_APP_ID\`, \`VITE_INSTANT_APP_ID\`)
Or provide an app ID via the CLI \`instant-cli pull-schema <ID>\`.
`.trim();
{
"name": "instant-cli",
"type": "module",
"version": "v0.15.3",
"version": "v0.15.4",
"description": "Instant's CLI",

@@ -6,0 +6,0 @@ "scripts": {

// Autogenerated by publish_packages.clj
const version = "v0.15.3";
const version = "v0.15.4";
export default version;
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