New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/wasm-schnorrkel

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/wasm-schnorrkel - npm Package Compare versions

Comparing version 0.5.1 to 0.6.1

2

package.json
{
"name": "@polkadot/wasm-schnorrkel",
"version": "0.5.1",
"version": "0.6.1",
"collaborators": [

@@ -5,0 +5,0 @@ "Jaco Greeff <jacogr@gmail.com>",

const asm = null; // require('./wasm_asm');
const pkg = require('./package.json');
const bytes = require('./wasm_wasm');

@@ -12,3 +12,6 @@ const js = require('./wasm');

if (!WebAssembly) {
return asm;
console.error();
// TODO: Return asm version when not detected
return null;
}

@@ -21,5 +24,8 @@

} catch (error) {
return asm;
console.error();
// TODO: Return asm version here as a fallback
return null;
}
}

Sorry, the diff of this file is too big to display

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