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.11 to 0.0.12

5

dist/messages.js

@@ -65,4 +65,3 @@ var bridgeExists;

}
// Special case: bridgeTest doesn't need a nonce in 'queries'.
if (event.data.method === "bridgeTest") {
if (event.data.method === "bridgeTestResponse") {
handleBridgeTest();

@@ -82,3 +81,3 @@ return;

window.postMessage({
method: "bridgeTest",
method: "bridgeTestQuery",
});

@@ -85,0 +84,0 @@ // After 100ms, check whether the bridge has responded. If not,

2

package.json
{
"name": "libkernel",
"version": "0.0.11",
"version": "0.0.12",
"description": "helper library to interact with 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