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

node-license-client

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-license-client - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

index.js

@@ -32,3 +32,3 @@ const fetch = require('node-fetch')

_constructor (options) {
_constructor (options={}) {
logger = options.logger || console

@@ -93,3 +93,3 @@ if (options.certHex) this.PublicKey = Buffer.from(options.certHex, 'hex').toString()

// get machine id
const machineId = MD.get().digest
const machineId = md.get().digest

@@ -123,3 +123,3 @@ // load license from somewhere

async verify() {
verify() {
return this.checkLicense()

@@ -126,0 +126,0 @@ }

{
"name": "node-license-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "client module for node-license-server",

@@ -5,0 +5,0 @@ "main": "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