Socket
Socket
Sign inDemoInstall

ziggeo

Package Overview
Dependencies
103
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.23 to 0.1.24

10

dist/ziggeo.js
/*!
ziggeo - v0.1.23 - 2021-01-08
ziggeo - v0.1.24 - 2021-02-06
Copyright (c)

@@ -14,4 +14,4 @@ Apache-2.0 Software License.

"guid": "dc4166d4-b177-4212-abd5-ab255907a7d8",
"version": "0.1.23",
"datetime": 1610132861026
"version": "0.1.24",
"datetime": 1612641546003
};

@@ -151,4 +151,4 @@ });

this.encryption_key = encryption_key;
this.server_api_url = "https://srvapi.ziggeo.com";
this.regions = {"r1":"https:\/\/srvapi-eu-west-1.ziggeo.com"};
this.server_api_url = "https://srv-api.ziggeo.com";
this.regions = {"r1":"https:\/\/srv-api-eu-west-1.ziggeo.com"};
this.api_url = "https://api-us-east-1.ziggeo.com";

@@ -155,0 +155,0 @@ this.api_regions = {"r1":"https:\/\/api-eu-west-1.ziggeo.com"};

{
"name": "ziggeo",
"description": "Ziggeo API (https://ziggeo.com) allows you to integrate video recording and playback with only two lines of code in your site, service or app. This is the NodeJS Server SDK.",
"version": "0.1.23",
"version": "0.1.24",
"author": "Ziggeo",

@@ -6,0 +6,0 @@ "repository": "https://github.com/Ziggeo/ZiggeoNodeSdk.git",

# Ziggeo's Node.js Server SDK
latest version: **0.1.23**
latest version: **0.1.24**

@@ -367,2 +367,5 @@ ## Index

- volatile: *Automatically removed this video if it remains empty*
- effect_profile: *Set the effect profile that you want to have applied to your video.*
- meta_profile: *Set the meta profile that you want to have applied to your video once created.*
- video_profile: *Set the video profile that you want to have applied to your video as you create it.*

@@ -369,0 +372,0 @@ #### Analytics<a name="method-videos-analytics"></a>

@@ -13,4 +13,4 @@

this.encryption_key = encryption_key;
this.server_api_url = "https://srvapi.ziggeo.com";
this.regions = {"r1":"https:\/\/srvapi-eu-west-1.ziggeo.com"};
this.server_api_url = "https://srv-api.ziggeo.com";
this.regions = {"r1":"https:\/\/srv-api-eu-west-1.ziggeo.com"};
this.api_url = "https://api-us-east-1.ziggeo.com";

@@ -17,0 +17,0 @@ this.api_regions = {"r1":"https:\/\/api-eu-west-1.ziggeo.com"};

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc