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

@adt/json-rpc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adt/json-rpc - npm Package Compare versions

Comparing version 0.0.1-SNAPSHOT.14 to 0.0.1-SNAPSHOT.15

2

dist/JsonRpc.cjs.js

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

const id = "id" in o ? o.id : UUID.randomUUID().serialize;
const id = "id" in o ? o.id : UUID.randomUUID().serialize();

@@ -295,0 +295,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ {

@@ -288,3 +288,3 @@ /**

const id = "id" in o ? o.id : UUID.randomUUID().serialize;
const id = "id" in o ? o.id : UUID.randomUUID().serialize();

@@ -291,0 +291,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ {

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

const id = "id" in o ? o.id : UUID.randomUUID().serialize;
const id = "id" in o ? o.id : UUID.randomUUID().serialize();

@@ -303,0 +303,0 @@ return Object.freeze(Object.create(JsonRpcRequest.prototype,/** @lends JsonRpcRequest.prototype */ {

{
"name": "@adt/json-rpc",
"version": "0.0.1-SNAPSHOT.14",
"version": "0.0.1-SNAPSHOT.15",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/JsonRpc.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