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.26 to 1.1.27

2

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

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

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

onClose?: Function;
userStorage: Storage;
version: string;

@@ -11,0 +10,0 @@ connectionType: ScryptedClientConnectionType;

@@ -433,4 +433,3 @@ "use strict";

}
const [userStorage, version, rtcConnectionManagement] = await Promise.all([
rpcPeer.getParam('userStorage'),
const [version, rtcConnectionManagement] = await Promise.all([
(async () => {

@@ -469,3 +468,2 @@ let version = 'unknown';

mediaManager,
userStorage,
disconnect() {

@@ -472,0 +470,0 @@ rpcPeer.kill('disconnect requested');

{
"name": "@scrypted/client",
"version": "1.1.26",
"version": "1.1.27",
"description": "",

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

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

onClose?: Function;
userStorage: Storage,
version: string;

@@ -503,4 +502,3 @@ connectionType: ScryptedClientConnectionType;

const [userStorage, version, rtcConnectionManagement] = await Promise.all([
rpcPeer.getParam('userStorage'),
const [version, rtcConnectionManagement] = await Promise.all([
(async () => {

@@ -541,3 +539,2 @@ let version = 'unknown';

mediaManager,
userStorage,
disconnect() {

@@ -544,0 +541,0 @@ rpcPeer.kill('disconnect requested');

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