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

@4everland/content-id-registry-sdk

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4everland/content-id-registry-sdk - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

8

lib/index.d.ts

@@ -0,4 +1,5 @@

import { ContentIDRegistry } from '@4everland/content-id-registry-contracts';
import { CID } from 'multiformats/cid';
import { Signer } from 'ethers';
export interface FilesStat {
interface FilesStat {
cid: string;

@@ -14,3 +15,3 @@ type: 'file' | 'directory';

}
export interface IPFS {
interface IPFS {
files: {

@@ -20,3 +21,3 @@ stat: (cid: CID, options?: any) => Promise<FilesStat>;

}
export declare class ContentIDRegistrySDK {
declare class ContentIDRegistrySDK {
private ipfs;

@@ -36,1 +37,2 @@ private signer;

}
export { FilesStat, IPFS, ContentIDRegistry, CID, ContentIDRegistrySDK };

@@ -39,4 +39,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ContentIDRegistrySDK = void 0;
exports.ContentIDRegistrySDK = exports.CID = void 0;
var content_id_registry_contracts_1 = require("@4everland/content-id-registry-contracts");
var cid_1 = require("multiformats/cid");
Object.defineProperty(exports, "CID", { enumerable: true, get: function () { return cid_1.CID; } });
var ContentIDRegistrySDK = /** @class */ (function () {

@@ -43,0 +45,0 @@ function ContentIDRegistrySDK(resgistry, ipfs, signer) {

{
"name": "@4everland/content-id-registry-sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "",

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

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