Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adt/json-rpc-transport-providers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adt/json-rpc-transport-providers - npm Package Compare versions

Comparing version 0.0.1-SNAPSHOT.8 to 0.0.1-SNAPSHOT.9

2

dist/JsonRpcTransportProviders.cjs.js

@@ -427,3 +427,3 @@ 'use strict';

var config = {};
config.receiver = c.receiver;
config.endpoint = c.endpoint;
if ("onMessage" in c) {

@@ -430,0 +430,0 @@ if (typeof c.onMessage !== "function") {

@@ -423,3 +423,3 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) {

var config = {};
config.receiver = c.receiver;
config.endpoint = c.endpoint;
if ("onMessage" in c) {

@@ -426,0 +426,0 @@ if (typeof c.onMessage !== "function") {

@@ -435,3 +435,3 @@ (function (global, factory) {

var config = {};
config.receiver = c.receiver;
config.endpoint = c.endpoint;
if ("onMessage" in c) {

@@ -438,0 +438,0 @@ if (typeof c.onMessage !== "function") {

{
"name": "@adt/json-rpc-transport-providers",
"version": "0.0.1-SNAPSHOT.8",
"version": "0.0.1-SNAPSHOT.9",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/JsonRpcTransportProviders.cjs.js",

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