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

@perspect3vism/ad4m

Package Overview
Dependencies
Maintainers
2
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.3 to 0.1.4

2

lib/language/Language.d.ts

@@ -5,3 +5,2 @@ import type { Address } from '../Address';

import type { LinkQuery } from '../perspectives/LinkQuery';
import { Perspective } from '../perspectives/Perspective';
export interface Language {

@@ -53,3 +52,2 @@ readonly name: string;

removeLink(link: Expression): any;
render(): Promise<Perspective>;
getLinks(query: LinkQuery): Promise<Expression[]>;

@@ -56,0 +54,0 @@ addCallback(callback: NewLinksObserver): any;

2

package.json
{
"name": "@perspect3vism/ad4m",
"version": "0.1.3",
"version": "0.1.4",
"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",

import type { Address } from '../Address'
import type { AgentExpression } from '../agent/Agent'
import { DID } from '../DID';

@@ -113,3 +112,2 @@ import type { Expression } from '../expression/Expression'

removeLink(link: Expression);
render(): Promise<Perspective>

@@ -116,0 +114,0 @@ getLinks(query: LinkQuery): Promise<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