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

@perspect3vism/ad4m

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@perspect3vism/ad4m - npm Package Compare versions

Comparing version 0.1.39 to 0.1.40

3

lib/language/Language.d.ts

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

/// <reference types="node" />
import type { Address } from '../Address';

@@ -18,3 +17,3 @@ import { DID } from '../DID';

readonly settingsUI?: SettingsUI;
readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[];
readonly teardown?: () => void;
interactions(expression: Address): Interaction[];

@@ -21,0 +20,0 @@ }

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

/// <reference types="node" />
import type { Address } from '../Address';

@@ -18,3 +17,3 @@ import { DID } from '../DID';

readonly settingsUI?: SettingsUI;
readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[];
readonly teardown?: () => void;
interactions(expression: Address): Interaction[];

@@ -21,0 +20,0 @@ }

{
"name": "@perspect3vism/ad4m",
"version": "0.1.39",
"version": "0.1.40",
"description": "*The Agent-Centric Distributed Application Meta-ontology* or just: *Agent-Centric DApp Meta-ontology* * A new meta-ontology for interoperable, decentralized application design * A spanning-layer to enable seamless integration between Holochain DNAs, blockchains, linked-data structures/ontologies and centralized back-ends * The basis for turning distinct, monolithic and siloed apps into a global, open and interoperable sense-making network",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -35,3 +35,4 @@ import type { Address } from '../Address'

readonly intervals: ReturnType<typeof setInterval>[] | ReturnType<typeof setTimeout> | number[]
//Optional function to make any cleanup/teardown if your language gets deleting in the ad4m-executor
readonly teardown?: () => void;

@@ -38,0 +39,0 @@ // All available interactions this agent could execute on given expression

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