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

@nodescript/protocomm

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodescript/protocomm - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

out/main/http-client.js

@@ -24,3 +24,3 @@ import { Exception } from 'typesafe-exception';

if (method === 'GET') {
for (const [k, v] of Object.entries(payload)) {
for (const [k, v] of Object.entries(params ?? {})) {
url.searchParams.append(k, v);

@@ -27,0 +27,0 @@ }

{
"name": "@nodescript/protocomm",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Bi-directional transport-agnostic JSON-based messaging",

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