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

@wavesenterprise/commission-key-tool

Package Overview
Dependencies
Maintainers
10
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wavesenterprise/commission-key-tool - npm Package Compare versions

Comparing version 1.0.0-RC7-windows to 1.0.0-RC8-windows

16

dist/rutoken.js

@@ -25,17 +25,3 @@ "use strict";

const path_1 = require("path");
let libPath;
switch (process.platform) {
case 'win32':
libPath = path_1.resolve(path_1.join('lib', 'rtpkcs11ecp.dll'));
break;
case 'darwin':
libPath = path_1.resolve(path_1.join('lib', 'librtpkcs11ecp.dylib'));
break;
case 'linux':
libPath = path_1.resolve(path_1.join('lib', 'librtpkcs11ecp.so'));
break;
default:
libPath = path_1.resolve(path_1.join('lib', 'librtpkcs11ecp.so'));
break;
}
let libPath = path_1.resolve(path_1.join('lib', 'rtpkcs11ecp.dll'));
const rutoken = graphene.Module.load(libPath, 'RuToken');

@@ -42,0 +28,0 @@ const APPLICATION_TOKEN = 'commission-tool';

2

package.json
{
"name": "@wavesenterprise/commission-key-tool",
"version": "1.0.0-RC7-windows",
"version": "1.0.0-RC8-windows",
"description": "Library for commission key splitting tool",

@@ -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