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

2

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

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

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

e.channel.onmessage = () => console.log('dropped mesage');
e.channel.binaryType = 'arraybuffer';
dcDeferred.resolve(e.channel);

@@ -268,0 +269,0 @@ };

{
"name": "@scrypted/client",
"version": "1.1.24",
"version": "1.1.25",
"description": "",

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

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

e.channel.onmessage = () => console.log('dropped mesage');
e.channel.binaryType = 'arraybuffer';
dcDeferred.resolve(e.channel)

@@ -306,0 +307,0 @@ };

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