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

@scrypted/client

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scrypted/client - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

dist/packages/client/package.json
{
"name": "@scrypted/client",
"version": "1.1.11",
"version": "1.1.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js",

@@ -73,2 +73,3 @@ "use strict";

}, {
withCredentials: true,
...options.axiosConfig,

@@ -93,2 +94,3 @@ });

const response = await axios_1.default.get(url, {
withCredentials: true,
...options?.axiosConfig,

@@ -160,2 +162,3 @@ });

path: `${endpointPath}/engine.io/api`,
withCredentials: true,
extraHeaders,

@@ -226,2 +229,3 @@ rejectUnauthorized: false,

}, {
withCredentials: true,
...options.axiosConfig,

@@ -228,0 +232,0 @@ });

@@ -67,2 +67,4 @@ "use strict";

throw new Error('invalid nativeId ' + nativeId);
if (!nativeId)
return this.pluginId;
return id;

@@ -69,0 +71,0 @@ }

{
"name": "@scrypted/client",
"version": "1.1.11",
"version": "1.1.12",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/packages/client/src/index.js",

@@ -88,2 +88,3 @@ import { ScryptedStatic, RTCConnectionManagement, RTCSignalingSession } from "@scrypted/types";

}, {
withCredentials: true,
...options.axiosConfig,

@@ -111,2 +112,3 @@ });

const response = await axios.get(url, {
withCredentials: true,
...options?.axiosConfig,

@@ -183,2 +185,3 @@ });

path: `${endpointPath}/engine.io/api`,
withCredentials: true,
extraHeaders,

@@ -261,2 +264,3 @@ rejectUnauthorized: false,

}, {
withCredentials: true,
...options.axiosConfig,

@@ -263,0 +267,0 @@ });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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