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

libkernel

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libkernel - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

@@ -98,7 +98,7 @@ var initialized;

bridgeExists = false;
bridgeAvailable.reject("bridge did not respond after 100ms");
console.log("[libkernel] bridge not found");
bridgeAvailable.reject("bridge unavailable, need skynet extension");
console.error("[libkernel] bridge not found");
}
}, 100);
}, 2000);
return blockForBridge;
}
{
"name": "libkernel",
"version": "0.0.15",
"version": "0.0.16",
"description": "helper library to interact with the skynet kernel",

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