New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

crypto-lang

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crypto-lang

A Not fast language created with javascript based off assembly

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Info Image

Build Status NPM Status

crypto

Not fast, Open Source Language created with javascript based off assembly.

Examples

All Examples can be seen in the examples folder or select a example from this list:

Building the project

Download the project and run these commands:

  • Packages Installation:
    npm run crypto:install
    
  • Build the project:
    # For Windows use
    npm run crypto:build:win
    # For linux Unix, Linux, BSD, macOS, and Cygwin use
    npm run crypto:build:sh
    
  • or Download the cli using npm:
    npm install -g crypto-lang-cli
    
    and run:
    # This builds for every system so don't worry.
    crypto-cli -git -install -build
    

License and Author

This project current license is MIT.
Author: Max Jackson

FAQs

Package last updated on 15 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts