New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vital-ai/haley-js-browser

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vital-ai/haley-js-browser - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "@vital-ai/haley-js-browser",
"version": "0.1.3",
"version": "0.1.4",

@@ -5,0 +5,0 @@ "description": "haley service for browser",

@@ -6,2 +6,10 @@ const fs = require('fs');

const WEBROOT_DIR = process.env.npm_package_config_WEBROOT_DIR;
const webrootAbsolute = path.join(__dirname, '../../../', WEBROOT_DIR);
if (!fs.existsSync(webrootAbsolute)){
console.error(RED, `Directory ${webrootAbsolute} does not exist`);
console.error(RED, `Might be issue with the config of WEBROOT_DIR in package.json`);
return;
}
const COPY_TO_PATH = path.join(WEBROOT_DIR, 'haley-js-browser');

@@ -8,0 +16,0 @@

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