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

aiuach

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aiuach - npm Package Compare versions

Comparing version 0.1.45 to 0.1.52

src/dist/images/background.png

2

package.json
{
"name": "aiuach",
"version": "0.1.45",
"version": "0.1.52",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -5,4 +5,2 @@ #!/usr/bin/env node

//create-static-build --f aiuach-client --n aiuach-client --sp static/aiuach-client --cf static/checksum/aiuach-client --silent --force
new createStaticBuild({

@@ -9,0 +7,0 @@ context: process.cwd(),

@@ -83,3 +83,3 @@ import React, { Component } from "react";

<FadeUp>
<ImageStyledMobile
<ImageStyled
src={uoct}

@@ -178,3 +178,3 @@ href="http://www.uoct.cl/"

<FadeUp>
<ImageStyledMobile
<ImageStyled
src={uoct}

@@ -181,0 +181,0 @@ href="http://www.uoct.cl/"

@@ -123,3 +123,3 @@ import React, { Component } from "react";

)}
{/* {this.LinkOrScroll("/servicios", "Servicios", ruta)} */}
{this.LinkOrScroll("/servicios", "Servicios", ruta)}
{this.LinkOrScroll("/noticias", language.menu.noticias, ruta)}

@@ -201,3 +201,3 @@

</Link>
{/* <Link
<Link
className="menu-item"

@@ -208,5 +208,4 @@ to="/servicios"

Servicios
</Link>
</Link>
*/}
<Link

@@ -213,0 +212,0 @@ className="menu-item"

@@ -33,3 +33,2 @@ import AOS from "aos";

const Investigation = lazy(() => import("./Investigation"));
const WhatDoWeDo = lazy(() => import("./WhatDoWeDo"));

@@ -36,0 +35,0 @@ const NotFound = lazy(() => import("./NotFound"));

@@ -87,2 +87,12 @@ import { has, forEach } from "lodash";

width: 100%;
object-fit: cover;
@media (max-height: 1000px) {
max-height: 500px;
}
@media (max-height: 700px) {
max-height: 200px;
}
@media (max-height: 375px) {
max-height: 100px;
}
`;

@@ -251,3 +261,3 @@ const DivShare = styled.div`

</Title>
<Header className="title-font">{title}</Header>
<ImagePrincipalArticle alt="article" src={urlImage} />

@@ -257,3 +267,3 @@ <Title>

</Title>
<Header className="title-font">{title}</Header>
<MARKDOWN>

@@ -260,0 +270,0 @@ <Markdown container={Fragment}>{markdown}</Markdown>

@@ -10,9 +10,9 @@ import React, { Component } from "react";

import imagen_m from "../dist/images/1000px/captura_analisis.jpg";
import imagen_s from "../dist/images/500px/captura_analisis.jpg";
import imagen_l from "../dist/images/captura_analisis-min.jpg";
//import imagen_m from "../dist/images/1000px/captura_analisis.jpg";
//import imagen_s from "../dist/images/500px/captura_analisis.jpg";
//import imagen_l from "../dist/images/captura_analisis-min.jpg";
import background_azul from "../dist/images/background.png";
import cerebro from "../dist/images/cerebro.jpg";
import logo from "../dist/images/logo_blanco.svg";
import loader from "../dist/images/sinantica-leaf-rotate.svg";
//import video from "../dist/videos/video_premiere.mp4";

@@ -78,3 +78,3 @@ const HEADER = styled(Header)`

top: 0;
height: 80em;
height: 60em;
width: 100%;

@@ -167,6 +167,6 @@ transition: 1s all;

const { language } = this.props;
return (
<>
<div>
<a href="/servicios" style={{ display: "none" }} />
<ImageLanding>

@@ -178,17 +178,5 @@ <DivContainer

>
<ProgressiveImage
src={imagen_s}
srcSetData={{
srcSet: `${imagen_s} 320w, ${imagen_m} 700w, ${imagen_l} 2000w`,
sizes: "(max-width: 2000px) 100vw, 2000px",
}}
placeholder={loader}
>
<ProgressiveImage src={background_azul} placeholder={loader}>
{(src, _loading, srcSetData) => (
<Img
src={src}
srcSet={srcSetData.srcSet}
sizes={srcSetData.sizes}
alt="loading circle"
/>
<Img src={src} alt="loading circle" />
)}

@@ -200,16 +188,2 @@ </ProgressiveImage>

</ImageLanding>
{/*} <VideoLanding>
<DivContainer>
<Video
muted={true}
autoPlay={true}
loop={true}
playsinline
poster={loader}
>
<source src={video} type="video/mp4" />
</Video>
<ImageLogo src={logo} />
</DivContainer>
</VideoLanding> */}
</div>

@@ -216,0 +190,0 @@ <SegmentParagraph vertical className="segment-card">

import React, { Component } from "react";
import { connect } from "react-redux";
import { Link } from "react-router-dom";
import {
Header,
Divider,
Image,
Segment,

@@ -13,2 +10,3 @@ Container,

Icon,
Grid,
} from "semantic-ui-react";

@@ -18,6 +16,9 @@ import styled from "styled-components";

import imagen_l from "../dist/images/captura_analisis-min.jpg";
import video_demo from "../dist/videos/demo_dashboard.mov";
import video_procesado from "../dist/videos/autos_masked.mp4";
import imagen_l from "../dist/images/background.png";
import icono_camioneta from "../dist/images/truck-pickup-solid-black.svg";
import icono_motocicleta from "../dist/images/motorcycle-solid-black.svg";
import icono_camioneta_blanco from "../dist/images/truck-pickup-solid-white.svg";
import icono_motocicleta_blanco from "../dist/images/motorcycle-solid-white.svg";
const Title = styled.h1`

@@ -29,5 +30,8 @@ &&&{

padding-top:2em;
@media (max-width: 370px) {
@media (max-width: 550px) {
font-size: 3.75em;
}
@media (max-width: 350px) {
font-size: 3em;
}
}

@@ -49,2 +53,5 @@ `;

z-index: -1;
@media (max-width: 550px) {
height: 15em;
}
`;

@@ -57,14 +64,7 @@

object-fit: cover;
@media (max-width: 550px) {
height: 15em;
}
`;
const TextContainer = styled.div`
background-color: white;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 1.5vw;
padding-right: 1.5vw;
padding-bottom: 1.5em;
`;
const DivTextVideo = styled.div`

@@ -90,2 +90,97 @@ display: flex;

const DivThreeGroups = styled.div`
display: flex;
flex-direction: row;
justify-content: center;
border-style: solid;
height: 7em;
`;
const SpanNumberThreeBig = styled.span`
position: relative;
font-size: 7em;
top: 0.35em;
`;
const DivThreeGroupsSpan = styled.div`
position: relative;
display: flex;
flex-direction: column;
top: 0.5em;
`;
const DivGroupTwoIcons = styled.div`
display: flex;
flex-direction: row;
justify-content: space-around;
border-style: solid;
height: 7em;
`;
const DivIconDescription = styled.div`
display: flex;
flex-direction: column;
text-align: center;
`;
const IconVehicle = styled(Icon)`
&&& {
position: relative;
font-size: 4.5em;
top: 0.4em;
}
`;
const IconVehicleImg = styled.img`
position: relative;
top: 10px;
height: 50px;
margin-bottom: 12px;
`;
const TitleClassVehicles = styled.h3`
position: relative;
text-align: center;
@media (max-width: 550px) {
padding-top: 1em;
}
`;
const VideoYoutube = styled.iframe`
width: 600px;
height: 346.775px;
@media (max-width: 635px) {
width: 90vw;
height: 50vw;
}
`;
const GridIconsDesktop = styled(Grid)`
&&& {
display: none;
@media (min-width: 550px) {
display: block !important;
}
}
`;
const GridIconsMobile = styled(Grid)`
&&& {
display: block;
@media (min-width: 550px) {
display: none !important;
}
}
`;
const DivPaddingVertical = styled.div`
padding: 3em;
@media (max-width: 1300px) {
padding: 1em;
}
@media (max-width: 550px) {
display: none !important;
}
`;
export default connect(

@@ -109,19 +204,25 @@ ({ language, mode }) => ({ language, mode }),

<Container text>
<Segment className="segment-card">
<Label as="a" color="red" ribbon>
Nuevo
</Label>
<span> YA TENEMOS NUESTRO PRIMER PRODUCTO! </span>
<h1 className="title-font" style={{ paddingBottom: "2em" }}>
Presentamos Sinantica FES
</h1>
<Button
primary
style={{ position: "absolute", right: "1em", bottom: "1em" }}
>
<Icon name="newspaper" /> Ir a la Noticia
</Button>
</Segment>
<FadeUp>
<Segment className="segment-card">
<Label as="a" color="red" ribbon>
Nuevo
</Label>
<span> YA TENEMOS NUESTRO PRIMER PRODUCTO! </span>
<h1 className="title-font" style={{ paddingBottom: "2em" }}>
Presentamos Sinantica FES
</h1>
<Button
primary
style={{
position: "absolute",
right: "1em",
bottom: "1em",
}}
href="https://www.sinantica.cl/noticias/sinantica_presenta_su_nuevo_producto_de_inteligencia_artificial"
>
<Icon name="newspaper" /> Ir a la Noticia
</Button>
</Segment>
</FadeUp>
<FadeUp>
<h1 className="title-font" style={{ paddingTop: "1em" }}>

@@ -159,26 +260,30 @@ {" "}

<Divider />
<DivTextVideo style={{ paddingTop: "2em", paddingBottom: "1em" }}>
<DivTextTwoColumns>
<p align="justify" style={{ fontSize: "1.14285714rem" }}>
FES surge como respuesta a esta problemática automatizando el
análisis continuo de las cámaras, registrando el flujo
vehicular del sector observado, desplegando la información al
cliente en su cuenta web de Sinántica, la cual cumple con los
estándares de seguridad, asegurando la privacidad de los datos
y de acceso. La información procesada es mostrada a través de
un dashboard el que permite conocer el estado del flujo
vehicular y potenciar la toma de decisiones o planificar las
políticas públicas asociadas por medio de gráficas dinámicas,
comparativas, mapas de seguimiento para saber tendencias de
dirección. Asegurando obtener información diaria a toda hora
del uso de los espacios.
</p>
</DivTextTwoColumns>
<div style={{ padding: "3em" }} />
<DivTextTwoColumns>
<video width="100%" height="auto" controls>
<source src={video_demo} type="video/mp4" />
</video>
</DivTextTwoColumns>
</DivTextVideo>
<FadeUp>
<DivTextVideo style={{ paddingTop: "2em", paddingBottom: "1em" }}>
<DivTextTwoColumns>
<p align="justify" style={{ fontSize: "1.14285714rem" }}>
FES surge como respuesta a esta problemática automatizando
el análisis continuo de las cámaras, registrando el flujo
vehicular del sector observado, desplegando la información
al cliente en su cuenta web de Sinántica, la cual cumple con
los estándares de seguridad, asegurando la privacidad de los
datos y de acceso. La información procesada es mostrada a
través de un dashboard el que permite conocer el estado del
flujo vehicular y potenciar la toma de decisiones o
planificar las políticas públicas asociadas por medio de
gráficas dinámicas, comparativas, mapas de seguimiento para
saber tendencias de dirección. Asegurando obtener
información diaria a toda hora del uso de los espacios.
</p>
</DivTextTwoColumns>
<div style={{ padding: "3em" }} />
<DivTextTwoColumns>
<VideoYoutube
src="https://www.youtube.com/embed/d2e8tLJsn9c"
frameBorder="0"
rel="0"
/>
</DivTextTwoColumns>
</DivTextVideo>
</FadeUp>
<Divider />

@@ -229,5 +334,6 @@ <Container text>

<DivTextTwoColumns>
<video width="100%" height="auto" controls>
<source src={video_procesado} type="video/mp4" />
</video>
<VideoYoutube
src="https://www.youtube.com/embed/JeD3-XFKgCA"
frameBorder="0"
/>
</DivTextTwoColumns>

@@ -238,28 +344,178 @@ </DivTextVideo>

<Divider />
<DivTextVideo style={{ paddingTop: "2em", paddingBottom: "1em" }}>
<DivTextTwoColumns>
<h1 className="title-font">
{" "}
¿Qué se puede detectar y registrar mediante FES?{" "}
</h1>
<p align="justify">
FES permite detectar en cada cámara los vehículos de distinto
tamaño, en concreto trabaja sobre Automóviles, buses y de dos
ruedas (Bicicletas y Motocicletas) realizando un conteo de la
entidad, registrando su posición, dirección y hora de suceso.
Cada información es exclusiva de cada cámara y su acceso en la
web está restringido a la cuenta del dueño y sus cuentas
partner asociadas (limitadas a 5 máximo).
</p>
<p align="justify">
¡Esto permite conocer el registro de tus cámaras a lo largo
del tiempo! Todo al alcance de una click en un dashboard
pensado en la comodidad del usuario.
</p>
</DivTextTwoColumns>
<div style={{ padding: "3em" }} />
<DivTextTwoColumns style={{ width: "100%" }}>
<p> Monitos c:</p>
</DivTextTwoColumns>
</DivTextVideo>
<FadeUp>
<DivTextVideo style={{ paddingTop: "2em", paddingBottom: "1em" }}>
<DivTextTwoColumns>
<h1 className="title-font">
{" "}
¿Qué se puede detectar y registrar mediante FES?{" "}
</h1>
<p align="justify">
FES permite detectar en cada cámara los vehículos de
distinto tamaño, en concreto trabaja sobre Automóviles,
buses y de dos ruedas (Bicicletas y Motocicletas) realizando
un conteo de la entidad, registrando su posición, dirección
y hora de suceso. Cada información es exclusiva de cada
cámara y su acceso en la web está restringido a la cuenta
del dueño y sus cuentas partner asociadas (limitadas a 5
máximo).
</p>
<p align="justify">
¡Esto permite conocer el registro de tus cámaras a lo largo
del tiempo! Todo al alcance de una click en un dashboard
pensado en la comodidad del usuario.
</p>
</DivTextTwoColumns>
<DivPaddingVertical />
<DivTextTwoColumns style={{ width: "100%" }}>
<GridIconsDesktop columns="two">
<Grid.Row>
<Grid.Column>
<TitleClassVehicles
style={{
visibility: "hidden",
}}
>
hidden
</TitleClassVehicles>
<DivThreeGroups>
<div>
<SpanNumberThreeBig>3 </SpanNumberThreeBig>
</div>
<DivThreeGroupsSpan>
<span style={{ fontWeight: "bold" }}>
GRUPOS DE VEHICULOS
</span>
<span>Pequeños</span>
<span>Medianos</span>
<span>Grandes</span>
</DivThreeGroupsSpan>
</DivThreeGroups>
</Grid.Column>
<Grid.Column>
<TitleClassVehicles>PEQUEÑOS</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="bicycle" />
<span>Bicicletas</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicleImg
src={
mode
? icono_motocicleta_blanco
: icono_motocicleta
}
/>
<span>Motocicletas</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Column>
</Grid.Row>
<Grid.Row>
<Grid.Column>
<TitleClassVehicles>MEDIANOS</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="car" />
<span>Automóviles</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicleImg
src={
mode ? icono_camioneta_blanco : icono_camioneta
}
/>
<span>Camionetas</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Column>
<Grid.Column>
<TitleClassVehicles>GRANDES</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="truck" />
<span>Camiones</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicle name="bus" />
<span>Buses</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Column>
</Grid.Row>
</GridIconsDesktop>
<GridIconsMobile columns={1}>
<Grid.Column>
<Grid.Row>
<DivThreeGroups>
<div>
<SpanNumberThreeBig>3 </SpanNumberThreeBig>
</div>
<DivThreeGroupsSpan>
<span style={{ fontWeight: "bold" }}>
GRUPOS DE VEHICULOS
</span>
<span>Pequeños</span>
<span>Medianos</span>
<span>Grandes</span>
</DivThreeGroupsSpan>
</DivThreeGroups>
</Grid.Row>
<Grid.Row>
<TitleClassVehicles>PEQUEÑOS</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="bicycle" />
<span>Bicicletas</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicleImg
src={
mode
? icono_motocicleta_blanco
: icono_motocicleta
}
/>
<span>Motocicletas</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Row>
<Grid.Row>
<TitleClassVehicles>MEDIANOS</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="car" />
<span>Automóviles</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicleImg
src={
mode ? icono_camioneta_blanco : icono_camioneta
}
/>
<span>Camionetas</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Row>
<Grid.Row>
<TitleClassVehicles>GRANDES</TitleClassVehicles>
<DivGroupTwoIcons className="segment-card">
<DivIconDescription>
<IconVehicle name="truck" />
<span>Camiones</span>
</DivIconDescription>
<DivIconDescription>
<IconVehicle name="bus" />
<span>Buses</span>
</DivIconDescription>
</DivGroupTwoIcons>
</Grid.Row>
</Grid.Column>
</GridIconsMobile>
</DivTextTwoColumns>
</DivTextVideo>
</FadeUp>
<Divider />

@@ -266,0 +522,0 @@

@@ -93,3 +93,3 @@ import { noBreaklines } from "../../utils";

header1: "Contact Us",
address: "Serrano #958",
address: "Pérez Rosales #640",
phone: "(+56) 983 919 991",

@@ -96,0 +96,0 @@ mail: "mail@sinantica.cl",

@@ -116,3 +116,3 @@ import { noBreaklines } from "../../utils";

header1: "Contacto",
address: "Serrano #958",
address: "Pérez Rosales #640",
phone: "(+56) 983 919 991",

@@ -119,0 +119,0 @@ mail: " correo@sinantica.cl",

{
"main.css": "/static/css/main.6557bfde.chunk.css",
"main.js": "/static/js/main.45ce78bf.chunk.js",
"runtime~main.js": "/static/js/runtime~main.e3fe4c28.js",
"main.css": "/static/css/main.f663c683.chunk.css",
"main.js": "/static/js/main.9c7e1214.chunk.js",
"runtime~main.js": "/static/js/runtime~main.36c1e2a3.js",
"static/css/2.b872e5a8.chunk.css": "/static/css/2.b872e5a8.chunk.css",
"static/js/2.bd8570ff.chunk.js": "/static/js/2.bd8570ff.chunk.js",
"static/js/3.91c95cb6.chunk.js": "/static/js/3.91c95cb6.chunk.js",
"static/js/4.536cd1d7.chunk.js": "/static/js/4.536cd1d7.chunk.js",
"static/js/2.324065b2.chunk.js": "/static/js/2.324065b2.chunk.js",
"static/js/3.f567ce54.chunk.js": "/static/js/3.f567ce54.chunk.js",
"index.html": "/index.html",
"precache-manifest.130ea6cc6aa9ae1f7f8365072e529647.js": "/precache-manifest.130ea6cc6aa9ae1f7f8365072e529647.js",
"precache-manifest.6eb60299a32024970d1285daeaad718f.js": "/precache-manifest.6eb60299a32024970d1285daeaad718f.js",
"service-worker.js": "/service-worker.js",
"static/media/analizador_au.jpg": "/static/media/analizador_au.cb32cc92.jpg",
"static/media/autos_masked.mp4": "/static/media/autos_masked.fd094a6e.mp4",
"static/media/captura_analisis-min.jpg": "/static/media/captura_analisis-min.e9350e98.jpg",
"static/media/captura_analisis.jpg": "/static/media/captura_analisis.a20e3773.jpg",
"static/media/background.png": "/static/media/background.61362a55.png",
"static/media/cerebro.jpg": "/static/media/cerebro.7edf8e54.jpg",
"static/media/cerebro_t.png": "/static/media/cerebro_t.1a201f9b.png",
"static/media/demo_dashboard.mov": "/static/media/demo_dashboard.7236105f.mov",
"static/media/drl.jpg": "/static/media/drl.d2ba6527.jpg",

@@ -30,2 +26,4 @@ "static/media/heading_investigation.jpg": "/static/media/heading_investigation.f1437da9.jpg",

"static/media/logo_blanco.svg": "/static/media/logo_blanco.aeed5678.svg",
"static/media/motorcycle-solid-black.svg": "/static/media/motorcycle-solid-black.9cb0afec.svg",
"static/media/motorcycle-solid-white.svg": "/static/media/motorcycle-solid-white.6533eab1.svg",
"static/media/pc.jpg": "/static/media/pc.d5f61a00.jpg",

@@ -35,3 +33,5 @@ "static/media/pizarra.jpg": "/static/media/pizarra.7b38c072.jpg",

"static/media/red_oscuro.jpg": "/static/media/red_oscuro.a89fc6bd.jpg",
"static/media/sinantica-leaf-rotate.svg": "/static/media/sinantica-leaf-rotate.a196f204.svg"
"static/media/sinantica-leaf-rotate.svg": "/static/media/sinantica-leaf-rotate.a196f204.svg",
"static/media/truck-pickup-solid-black.svg": "/static/media/truck-pickup-solid-black.0ac9f8b6.svg",
"static/media/truck-pickup-solid-white.svg": "/static/media/truck-pickup-solid-white.d38dbb3b.svg"
}

@@ -17,3 +17,3 @@ /**

importScripts(
"/precache-manifest.130ea6cc6aa9ae1f7f8365072e529647.js"
"/precache-manifest.6eb60299a32024970d1285daeaad718f.js"
);

@@ -20,0 +20,0 @@

@@ -1,1 +0,1 @@

{"aiuach-client":{"checksum":"{ name: 'src', hash: 'zbHIXk598yJPyAaHIZjlt+aYvXA=,'\n children: [\n { name: 'actions', hash: 'IDTVe49yG+24Su3r3uyGB4jKflY=,'\n children: [\n { name: 'index.js', hash: 'XnAjbia8QPyJAq1ahii2CSMaHLE=' }\n { name: 'landing.js', hash: 'lpbSGfx2VxBoVCHXJZJ7QQUlALY=' }\n { name: 'mode.js', hash: 'Bkr5q/Y7qpjVWCKMqzsZ4sAfd5k=' }\n { name: 'utils.js', hash: 'LNgafPNwbSEAQZ3lNI6yOZTNRpo=' }\n ]}\n { name: 'components', hash: 'jnjWBOj6xByYIAedLNTVqJplDCU=,'\n children: [\n { name: 'ButtonTop.js', hash: 'jweoWbfc72z76ZemYSiKC2bKEfw=' }\n { name: 'Collaborators.js', hash: 'jHiWfsfs2Li8JAkZiClRQgHK4EI=' }\n { name: 'DarkMode.js', hash: 'vvYWPCNH8kYK9ulpZzsii+KyKtk=' }\n { name: 'FadeUp.js', hash: 'zMfZWneeUPgxyzXax5PZMW6pqa8=' }\n { name: 'Footer.js', hash: 'tet89Fm8OMbZOdrw1d4SQ7rQW1M=' }\n { name: 'Menu.js', hash: 'nkhGV+PgICbYnDH/a6JaToN3UsQ=' }\n { name: 'OnlyJavascript.js', hash: 'K7dDxR9WFTp26oIHWx/LIr9kFao=' }\n { name: 'Preload.js', hash: 'XynnKVN7mJqNvwaiX+vdCqIvJuk=' }\n { name: 'Report.js', hash: 'q6B7A0NXVRsZVKF0IsQpErPyoqE=' }\n { name: 'SampleImage.js', hash: 'dY8Khs4Ib0UmkC7LZ04EPAu0/n0=' }\n { name: 'ScrollImage.js', hash: 'Wpb2FRA+MGIQnIfTMIxu5p5jdqU=' }\n { name: 'ScrollToTop.js', hash: '1Xgx1XItAjdYXVKbj/xVrm7KQ9g=' }\n { name: 'TopMobile.js', hash: 'bZIc8WAiDXzdspuensyiRQX7S2U=' }\n { name: 'Videos.js', hash: 'fe06iqwCIIut4w+EQp4NrKvzJVI=' }\n { name: 'WhiteList.js', hash: 'AxmUAyRg7smJOQ3DyeD8WJUFme8=' }\n { name: 'index.js', hash: 'CquN7XBN0vYtbdQLPafCvyf0uAI=' }\n ]}\n { name: 'containers', hash: 'Yl3FrG8CpQlFc8w5o1jfYYxPUDc=,'\n children: [\n { name: 'AboutUs.js', hash: 'hvZboL06Ug6qe3wFDjwT5MY91x0=' }\n { name: 'App.js', hash: 'RWSDWYt3Ywyr4pXaM2Pe5AiGmvE=' }\n { name: 'Article.js', hash: 'IWQzVAgYB8KUfjpMzm1fFlgKFyY=' }\n { name: 'ArticleNotFound.js', hash: 'XZ2hbUg6EuxIUfyQBCh4LGkE87M=' }\n { name: 'Auth.js', hash: 'zNucytxMgvURAZviv6A+XInEuVA=' }\n { name: 'Investigation.js', hash: 'ORIcU/PJs/HDgjI62CjoSTAdYQ4=' }\n { name: 'Landing.js', hash: 'G+0PLA2JUPUP5dVDjj27LOKAqBM=' }\n { name: 'News.js', hash: 'jd9184mKRffp/DqTg2ONmZ5rXq0=' }\n { name: 'NotFound.js', hash: 'jmbjHqn43CauxsBDEx6PwyNn0Eo=' }\n { name: 'Services.js', hash: 'Hj+eBGfGTxGKZfxUnAmH+GmoGwc=' }\n { name: 'UnderConstruction.js', hash: 'P0ZvQE0cEB2P3aNWvr8dfb7eizc=' }\n { name: 'WhatDoWeDo.js', hash: 'dRuB2KvuHjqGodIe5pG/w7zRcys=' }\n { name: 'index.js', hash: 'gUnQa81fhbXwdP4AmG7v01StRIg=' }\n ]}\n { name: 'dist', hash: '95BMIIouOMCgMFH+I4gUdeAHgQQ=,'\n children: [\n { name: 'css', hash: 'mfhzmFQR3m4gq9quCwwGNY0IPT8=,'\n children: [\n { name: 'style.scss', hash: 'MSptW27+buyrikYcxkY4LI2kUEY=' }\n ]}\n { name: 'images', hash: 'q7DJs48zbqzjqhOU2q/zot/fx1Q=,'\n children: [\n { name: '1000px', hash: 'jzVQZPCvB5Ds7ip2dqCULeBmDjA=,'\n children: []}\n { name: '500px', hash: 'FWWthWI93Fiy1mJAfyWI5qwfaHI=,'\n children: []}\n ]}\n { name: 'text', hash: '+kv5UU3xbEyp+p9QHA3uObf/+2A=,'\n children: [\n { name: 'en.js', hash: '4jzNw2e/xe4uL83mmBaznRMapB4=' }\n { name: 'es.js', hash: 'ZWY7QFy708NxGcdepKZGUNmoHCA=' }\n ]}\n { name: 'videos', hash: '9uGFeV94edHaqU7mgzzYE7qRNH8=,'\n children: []}\n ]}\n { name: 'googleae33f42be7745654.html', hash: 'Vsqmp24+TWLpCRiQxOv+A3o3Qvk=' }\n { name: 'index.js', hash: 'gWcqfzN2fpI4i225VSmynRkvz2s=' }\n { name: 'reducers', hash: 'm1s2A0ARGzOaa9egNcTdZZ59lLQ=,'\n children: [\n { name: 'index.js', hash: 'NOFQ6gfyMCU3r1mN4tDZnyxcWqo=' }\n { name: 'landingReducer.js', hash: 'YbTv1B0FTLFi+0dNltPViBd+Ps4=' }\n { name: 'languageReducer.js', hash: 'ibVWNAlHPFnMBnpZrY1g+tKtvz8=' }\n { name: 'modeReducer.js', hash: 'Nt2+lxEQjyytNd8eYtVFVXgqwkc=' }\n { name: 'utilsReducer.js', hash: 'XWR9M6UBI/Mf9HMBxq+123uGn5I=' }\n ]}\n { name: 'serviceWorker.js', hash: 'adrPv2m1GPjkJIj1i7A88N9L99g=' }\n { name: 'setupProxy.js', hash: 'N/df4qz07OXc9LzFvxbMAowPk/k=' }\n { name: 'types', hash: '4acwk9gXxQqQyrZ3+cMmCTymYRE=,'\n children: [\n { name: 'index.js', hash: 'TC9MSCZJbg7S3WZEN2jBIT12rtE=' }\n ]}\n { name: 'utils', hash: 'Dp/ZK94nkYgatYXi+sS6IuAqjWQ=,'\n children: [\n { name: 'index.js', hash: 'QFaMU6Zn3l9BV6e5/3L/M/uDVWk=' }\n ]}\n ]}"}}
{"aiuach-client":{"checksum":"{ name: 'src', hash: 's53SqubI3gnZRujSt2ay8beWhBY=,'\n children: [\n { name: 'actions', hash: 'IDTVe49yG+24Su3r3uyGB4jKflY=,'\n children: [\n { name: 'index.js', hash: 'XnAjbia8QPyJAq1ahii2CSMaHLE=' }\n { name: 'landing.js', hash: 'lpbSGfx2VxBoVCHXJZJ7QQUlALY=' }\n { name: 'mode.js', hash: 'Bkr5q/Y7qpjVWCKMqzsZ4sAfd5k=' }\n { name: 'utils.js', hash: 'LNgafPNwbSEAQZ3lNI6yOZTNRpo=' }\n ]}\n { name: 'components', hash: '7qve30QcMZPFuSRgs15+poKUTqk=,'\n children: [\n { name: 'ButtonTop.js', hash: 'jweoWbfc72z76ZemYSiKC2bKEfw=' }\n { name: 'Collaborators.js', hash: 'wusEkO+8AWrK3Zv+JuuIxqNdiJs=' }\n { name: 'DarkMode.js', hash: 'vvYWPCNH8kYK9ulpZzsii+KyKtk=' }\n { name: 'FadeUp.js', hash: 'zMfZWneeUPgxyzXax5PZMW6pqa8=' }\n { name: 'Footer.js', hash: 'tet89Fm8OMbZOdrw1d4SQ7rQW1M=' }\n { name: 'Menu.js', hash: 'Lg85XP8b0qJGeH4oViVq1m0Ij10=' }\n { name: 'OnlyJavascript.js', hash: 'K7dDxR9WFTp26oIHWx/LIr9kFao=' }\n { name: 'Preload.js', hash: 'XynnKVN7mJqNvwaiX+vdCqIvJuk=' }\n { name: 'Report.js', hash: 'q6B7A0NXVRsZVKF0IsQpErPyoqE=' }\n { name: 'SampleImage.js', hash: 'dY8Khs4Ib0UmkC7LZ04EPAu0/n0=' }\n { name: 'ScrollImage.js', hash: 'Wpb2FRA+MGIQnIfTMIxu5p5jdqU=' }\n { name: 'ScrollToTop.js', hash: '1Xgx1XItAjdYXVKbj/xVrm7KQ9g=' }\n { name: 'TopMobile.js', hash: 'bZIc8WAiDXzdspuensyiRQX7S2U=' }\n { name: 'Videos.js', hash: 'fe06iqwCIIut4w+EQp4NrKvzJVI=' }\n { name: 'WhiteList.js', hash: 'AxmUAyRg7smJOQ3DyeD8WJUFme8=' }\n { name: 'index.js', hash: 'CquN7XBN0vYtbdQLPafCvyf0uAI=' }\n ]}\n { name: 'containers', hash: 'yqUJYzmh0ylu1omqsvRJVIBQwJ4=,'\n children: [\n { name: 'AboutUs.js', hash: 'hvZboL06Ug6qe3wFDjwT5MY91x0=' }\n { name: 'App.js', hash: 'Hsh9fUunntZI0NiuNhL/1ymK3qc=' }\n { name: 'Article.js', hash: 'eP+4LzskRdhL58karRL2g6PT8LY=' }\n { name: 'ArticleNotFound.js', hash: 'XZ2hbUg6EuxIUfyQBCh4LGkE87M=' }\n { name: 'Auth.js', hash: 'zNucytxMgvURAZviv6A+XInEuVA=' }\n { name: 'Investigation.js', hash: 'ORIcU/PJs/HDgjI62CjoSTAdYQ4=' }\n { name: 'Landing.js', hash: 'kwjwoZJOveL7aSnH5Jb7RzTkMxo=' }\n { name: 'News.js', hash: 'jd9184mKRffp/DqTg2ONmZ5rXq0=' }\n { name: 'NotFound.js', hash: 'jmbjHqn43CauxsBDEx6PwyNn0Eo=' }\n { name: 'Services.js', hash: '4XJzKmqU4bARKU6oSSxu3tHu+aM=' }\n { name: 'UnderConstruction.js', hash: 'P0ZvQE0cEB2P3aNWvr8dfb7eizc=' }\n { name: 'WhatDoWeDo.js', hash: 'dRuB2KvuHjqGodIe5pG/w7zRcys=' }\n { name: 'index.js', hash: 'gUnQa81fhbXwdP4AmG7v01StRIg=' }\n ]}\n { name: 'dist', hash: 'boLP42SsZ6tlqdG0rDRPTK1+I88=,'\n children: [\n { name: 'css', hash: 'mfhzmFQR3m4gq9quCwwGNY0IPT8=,'\n children: [\n { name: 'style.scss', hash: 'MSptW27+buyrikYcxkY4LI2kUEY=' }\n ]}\n { name: 'images', hash: 'q7DJs48zbqzjqhOU2q/zot/fx1Q=,'\n children: [\n { name: '1000px', hash: 'jzVQZPCvB5Ds7ip2dqCULeBmDjA=,'\n children: []}\n { name: '500px', hash: 'FWWthWI93Fiy1mJAfyWI5qwfaHI=,'\n children: []}\n ]}\n { name: 'text', hash: 'hmZoPJs20nRNhH7IqtGGAujmqXw=,'\n children: [\n { name: 'en.js', hash: '8Pq9Eh/V2No2WDw4EtPTuSvARxc=' }\n { name: 'es.js', hash: 'BPB6IIQGWGQgmiZ8bSPDWf0NZwI=' }\n ]}\n { name: 'videos', hash: '9uGFeV94edHaqU7mgzzYE7qRNH8=,'\n children: []}\n ]}\n { name: 'googleae33f42be7745654.html', hash: 'Vsqmp24+TWLpCRiQxOv+A3o3Qvk=' }\n { name: 'index.js', hash: 'gWcqfzN2fpI4i225VSmynRkvz2s=' }\n { name: 'reducers', hash: 'm1s2A0ARGzOaa9egNcTdZZ59lLQ=,'\n children: [\n { name: 'index.js', hash: 'NOFQ6gfyMCU3r1mN4tDZnyxcWqo=' }\n { name: 'landingReducer.js', hash: 'YbTv1B0FTLFi+0dNltPViBd+Ps4=' }\n { name: 'languageReducer.js', hash: 'ibVWNAlHPFnMBnpZrY1g+tKtvz8=' }\n { name: 'modeReducer.js', hash: 'Nt2+lxEQjyytNd8eYtVFVXgqwkc=' }\n { name: 'utilsReducer.js', hash: 'XWR9M6UBI/Mf9HMBxq+123uGn5I=' }\n ]}\n { name: 'serviceWorker.js', hash: 'adrPv2m1GPjkJIj1i7A88N9L99g=' }\n { name: 'setupProxy.js', hash: 'N/df4qz07OXc9LzFvxbMAowPk/k=' }\n { name: 'types', hash: '4acwk9gXxQqQyrZ3+cMmCTymYRE=,'\n children: [\n { name: 'index.js', hash: 'TC9MSCZJbg7S3WZEN2jBIT12rtE=' }\n ]}\n { name: 'utils', hash: 'Dp/ZK94nkYgatYXi+sS6IuAqjWQ=,'\n children: [\n { name: 'index.js', hash: 'QFaMU6Zn3l9BV6e5/3L/M/uDVWk=' }\n ]}\n ]}"}}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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