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.0.9 to 0.1.0

scripts/copy-modules-and-check.js

3

dist/main.js

@@ -92,6 +92,5 @@ /******/ (function(modules) { // webpackBootstrap

VITAL_DOMAINS.forEach(file => {
console.log('loading domain file: ', file);
$.ajax({
async: false,
url: `${PREFIX}js/vitalservice/domains/${file}`,
url: `${DOMAIN_SRC}${file}`,
dataType: "script"

@@ -98,0 +97,0 @@ });

VITAL_DOMAINS.forEach(file => {
console.log('loading domain file: ', file);
$.ajax({
async: false,
url: `${PREFIX}js/vitalservice/domains/${file}`,
url: `${DOMAIN_SRC}${file}`,
dataType: "script"
});
});
{
"name": "@vital-ai/haley-js-browser",
"version": "0.0.9",
"version": "0.1.0",

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

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