Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smartclient-eval

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartclient-eval

Installs SmartClient Eval SDK

  • 0.4.3
  • npm
  • Socket score

Version published
Weekly downloads
256
increased by96.92%
Maintainers
1
Weekly downloads
 
Created
Source

Install package and SmartClient runtime(s):

 npm install smartclient-eval [flags]

Update/reconfigure SmartClient runtime(s) (must be run from package directory):

 npm run update [flags]

where the supported flags are:

 --location=<directory>  where to install the SmartClient runtime(s);
                         default is to place runtime root (isomorphic)
                         in the parent of the node_modules directory
                         containing the smartclient-eval package

 --branch=<number>       desired branch (e.g. 11.1); default is 12.0

 --date=<date|'latest'>  desired build date, in format YYYY-MM-DD,
                         or 'latest'; default is 'latest'

 --runtime=<'release'|'debug'|'both'>
                         which runtime(s) to install; default is 'both'

 --skins[=<boolean>]     whether to install all skins or not;
                         default is to only install Tahoe

 --yes[=<boolean>]       assume answer 'yes' to prompts with default

After installation, command-line configuration is persisted, so command-line arguments only need to be supplied when updating if the desired configuration has changed.

Note that since 'npm update' no longer runs a package's update script, you must use the syntax above to update the runtime(s) if the package has already been installed.

Examples:

New install, selecting a specific branch and date:

 npm install smartclient-eval --branch=11.1 --date=2018-12-30

Update to latest nighlty build (run from package directory):

 npm run update --date=latest

Update to SmartClient 12.0 branch, installing all skins:

 npm run update --branch=12.0 --skins

Keywords

FAQs

Package last updated on 23 Jun 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc