jwt-license-verifier 0.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of jwt-license-verifier might be problematic. Click here for more details.

package/LICENSE.md ADDED
@@ -0,0 +1 @@
1
+ IMPLEOTV SYSTEMS LTD,
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # JWT License verifier
@@ -0,0 +1,2 @@
1
+ export { verifyLicense } from './licenseVerifier';
2
+ export { getNodeInfo, test } from './nodeinfo';