chore: add js#28
Open
mir-huzaif wants to merge 3 commits into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR introduces a Node.js example for using the LexActivator SDK, while also removing the existing C/C++ example project files from the repository.
Changes:
- Added a Node.js sample script demonstrating product setup, activation, trial activation, and status checks.
- Added a
package.jsonfor the JS sample with@cryptlex/lexactivatoras a dependency. - Removed the existing C/C++ sample project artifacts (Visual Studio solution/project, Makefile, sample source, and example headers).
Reviewed changes
Copilot reviewed 9 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| js/sample.js | New Node.js sample demonstrating LexActivator initialization, activation, trial flow, and status handling. |
| js/package.json | JS sample package definition and dependency on @cryptlex/lexactivator. |
| examples/x86/.gitkeep | Placeholder file for example directory structure. |
| examples/x64/.gitkeep | Placeholder file for example directory structure. |
| examples/Sample.vcxproj | Removed Visual Studio C++ example project. |
| examples/Sample.sln | Removed Visual Studio solution for the C++ example. |
| examples/Sample.cpp | Removed C++ example implementation. |
| examples/Makefile | Removed Makefile-based example build script. |
| examples/LexTypes.h | Removed example header previously included with the sample. |
| examples/LexStatusCodes.h | Removed example status-code header previously included with the sample. |
| examples/LexActivator.h | Removed example LexActivator C header previously included with the sample. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
added 2 commits
July 8, 2026 12:36
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.