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.24 to 0.1.25

8

dist/ziggeo.js
/*!
ziggeo - v0.1.24 - 2021-02-06
ziggeo - v0.1.25 - 2021-02-11
Copyright (c)

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

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

@@ -181,2 +181,4 @@ });

data.file = require("fs").createReadStream(file);
else
data.file = file;
var uri = raw_path ? path : (this.baseUri.replace("://", "://" + this.Config.token + ":" + this.Config.private_key + "@") + path);

@@ -183,0 +185,0 @@ BetaJS.Ajax.Support.execute({

{
"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.24",
"version": "0.1.25",
"author": "Ziggeo",

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

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

@@ -5,0 +5,0 @@ ## Index

@@ -18,2 +18,4 @@ Scoped.define("module:Connect", [

data.file = require("fs").createReadStream(file);
else
data.file = file;
var uri = raw_path ? path : (this.baseUri.replace("://", "://" + this.Config.token + ":" + this.Config.private_key + "@") + path);

@@ -20,0 +22,0 @@ BetaJS.Ajax.Support.execute({

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