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

libkernel

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libkernel - npm Package Compare versions

Comparing version 0.0.78 to 0.0.79

6

dist/init.js

@@ -57,3 +57,3 @@ import { logErr } from "./log.js";

let nonce = nextNonce;
nextNonce++;
nextNonce += 1;
let sendUpdate = function (data) {

@@ -105,2 +105,6 @@ queryUpdate(nonce, data);

}
if (event.data.method === "responseNonce") {
// Ignore repsonseNonce messages, we will add support for those later.
return;
}
if (event.data.method !== "response" && event.data.method !== "responseUpdate") {

@@ -107,0 +111,0 @@ // We don't log here because that would catch outbound messages

2

package.json
{
"name": "libkernel",
"version": "0.0.78",
"version": "0.0.79",
"description": "helper library to interact with skynet and the skynet kernel",

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