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

@beatgig/backend-types

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beatgig/backend-types - npm Package Compare versions

Comparing version 1.0.1632427172-1632505150 to 1.0.1632607617-1632607650

6

core/OpenAPI.ts

@@ -19,3 +19,3 @@ /* istanbul ignore file */

BASE: '',
VERSION: '1.0.1632427172',
VERSION: '1.0.1632607617',
WITH_CREDENTIALS: false,

@@ -28,5 +28,5 @@ TOKEN: undefined,

OpenAPI.BASE = 'https://prod.live.hackgig.com'
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'https://prod.sandbox.hackgig.com' }
OpenAPI.BASE = 'http://192.168.1.136:8000'
if (process.env.NEXT_PUBLIC_BACKEND_ENV === 'sandbox') { OpenAPI.BASE = 'http://192.168.1.136:8000' }

@@ -11,4 +11,4 @@ /* istanbul ignore file */

seller_price: number;
notes?: string;
band_configuration?: (BandConfigurationOption);
artist_notes_for_buyer_to_see?: string;
buyer_has_seen?: boolean;

@@ -15,0 +15,0 @@ buyer_saw_at?: string;

@@ -10,4 +10,4 @@ /* istanbul ignore file */

seller_price: number;
notes?: string;
band_configuration?: (BandConfigurationOption);
artist_notes_for_buyer_to_see?: string;
}

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

{"name": "@beatgig/backend-types", "version": "1.0.1632427172-1632505150", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false}
{"name": "@beatgig/backend-types", "version": "1.0.1632607617-1632607650", "description": "TS types for backend-types.", "main": "index.ts", "types": "index.ts", "author": "jerber", "sideEffects": false}
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