Skip to content

Latest commit

 

History

History
 
 

node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Node.js example

Installation

Install dependencies:

$ npm i

Usage

Run the following commands to test this project:

# build both 'original' and 'protected' asar archives 
$ npm run build

# verify that the protected archive can't be extracted, but still allows calls to exported functions within
$ npm test