node-opcua-pki
Advanced tools
Comparing version 2.15.0 to 2.15.1
@@ -48,3 +48,3 @@ "use strict"; | ||
static parse(str) { | ||
const elements = str.split(/\/(?=[^\/]*?=)/); | ||
const elements = str.split(/\/(?=[^/]*?=)/); | ||
const options = {}; | ||
@@ -51,0 +51,0 @@ elements.forEach((element) => { |
{ | ||
"name": "node-opcua-pki", | ||
"version": "2.15.0", | ||
"version": "2.15.1", | ||
"description": "PKI management for node-opcua", | ||
@@ -50,2 +50,3 @@ "main": "./dist/index.js", | ||
"cli-table": "^0.3.11", | ||
"minimist": "^1.2.6", | ||
"node-opcua-crypto": "^1.10.0", | ||
@@ -52,0 +53,0 @@ "progress": "^2.0.3", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
532338
14
+ Addedminimist@^1.2.6