jwt-license-verifier 0.0.5
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 +1 -0
- package/README.md +3 -0
- package/dist/jwt-license-verifier.js +11062 -0
- package/dist/jwt-license-verifier.umd.cjs +390 -0
- package/dist/src/index.d.ts +2 -0
- package/dist/src/licenseVerifier.d.ts +1 -0
- package/dist/src/licenseVerifier.test.d.ts +1 -0
- package/dist/src/nodeinfo.d.ts +1 -0
- package/dist/src/nodeinfo.test.d.ts +1 -0
- package/package.json +49 -0
package/LICENSE.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
IMPLEOTV SYSTEMS LTD,
|
package/README.md
ADDED