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.0.40 to 1.0.41

5

dist/packages/client/src/index.js

@@ -348,3 +348,6 @@ "use strict";

};
socket.on('close', () => ret.onClose?.());
socket.on('close', () => {
rpcPeer.kill('socket closed');
ret.onClose?.();
});
return ret;

@@ -351,0 +354,0 @@ }

2

package.json
{
"name": "@scrypted/client",
"version": "1.0.40",
"version": "1.0.41",
"description": "",

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

@@ -405,3 +405,6 @@ import { ScryptedStatic } from "@scrypted/types";

socket.on('close', () => ret.onClose?.());
socket.on('close', () => {
rpcPeer.kill('socket closed');
ret.onClose?.();
});

@@ -408,0 +411,0 @@ return ret;

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