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

napi-bindings

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

napi-bindings - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "napi-bindings",
"description": "Nymi API bindings to work with Nymi SDK 4.x",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "keywords": ["napi", "nymi", "nymi api", "nymi bindings"],

@@ -37,3 +37,3 @@ # node-napi-bindings

init = napi.jsonNapiConfigureD('.', 0, 9088, '127.0.0.1');
init = napi.jsonNapiConfigureD('.', napi.LogLevel.NORMAL, 9088, '127.0.0.1');

@@ -40,0 +40,0 @@ console.assert(init === napi.ConfigOutcome.OKAY, 'INIT: %s', Object.keys(napi.ConfigOutcome)[init]);

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