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

@perspect3vism/ad4m-connect

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perspect3vism/ad4m-connect - npm Package Compare versions

Comparing version 0.2.9-fix1 to 0.2.9-fix3

8

dist/src/core.d.ts
import { ApolloClient, NormalizedCacheObject } from "@apollo/client/core";
import { Ad4mClient } from "@perspect3vism/ad4m";
export declare type Ad4mConnectOptions = {
export type Ad4mConnectOptions = {
appName: string;

@@ -17,5 +17,5 @@ appDesc: string;

};
declare type PortSearchStateType = "na" | "searching" | "found" | "not_found";
export declare type ClientStates = "connected_with_capabilities" | "agent_locked" | "invalid_token" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "connection-error" | "remote_url";
export declare type ConfigStates = "port" | "url" | "token";
type PortSearchStateType = "na" | "searching" | "found" | "not_found";
export type ClientStates = "connected_with_capabilities" | "agent_locked" | "invalid_token" | "capabilities_not_matched" | "verify_code" | "not_connected" | "loading" | "disconnected" | "connection-error" | "remote_url";
export type ConfigStates = "port" | "url" | "token";
declare class Client {

@@ -22,0 +22,0 @@ apolloClient?: ApolloClient<NormalizedCacheObject>;

{
"name": "@perspect3vism/ad4m-connect",
"version": "0.2.9-fix1",
"version": "0.2.9-fix3",
"description": "Lib for handling everything needed to setup a connection to a local or remote ad4m-executor",

@@ -5,0 +5,0 @@ "license": "CAL-1.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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