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

@vital-ai/haley-js-scripts

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vital-ai/haley-js-scripts

## install ```js npm install @vital-ai/haley-js-scripts ```

  • 1.0.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

haley-js-scripts

install

    npm install @vital-ai/haley-js-scripts

Share

scripts that could be used both to server side and web side

copy-domains

Functionality

This command will copy the domains files from process.env.VITAL_HOME to ${HALEY_DIR}/lib-vital/vitalservice-js.

  • HALEY_DIR could be set through .npmrc. putting the following inside .npmrc file
    HALEY_DIR=www/haley-js-browser
How to use the command

1, put the following scripts to the package.json file

    scripts: {
        "copy-domains": "node ./node_modules/@vital-ai/haley-js-scripts/share/copy-domains.js",
    }

copy-domains-server

Functionality

This command will copy the domains files from process.env.VITAL_HOME to ${copy_domains_to_folder_server}/vitalservice.

  • copy_domains_to_folder_server could be set through .npmrc. putting the following inside .npmrc file. It has the default value '.'
    copy_domains_to_folder_server=.
How to use the command

1, put the following scripts to the package.json file

    scripts: {
        "copy-domains": "node ./node_modules/@vital-ai/haley-js-scripts/share/copy-domains-server.js",
    }

FAQs

Package last updated on 16 Oct 2021

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