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

ipfs-core-types

Package Overview
Dependencies
Maintainers
3
Versions
228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipfs-core-types - npm Package Compare versions

Comparing version

to
0.14.0-7b79c1b8

dist/index.min.js

6

package.json
{
"name": "ipfs-core-types",
"version": "0.14.0-6eeb1be5",
"version": "0.14.0-7b79c1b8",
"description": "IPFS interface definitions used by implementations for API compatibility.",

@@ -28,3 +28,3 @@ "license": "Apache-2.0 OR MIT",

"src",
"dist/src",
"dist",
"!dist/test",

@@ -56,3 +56,3 @@ "!**/*.tsbuildinfo"

"@libp2p/interface-pubsub": "^3.0.0",
"@multiformats/multiaddr": "^11.0.0",
"@multiformats/multiaddr": "^11.1.5",
"@types/node": "^18.0.0",

@@ -59,0 +59,0 @@ "interface-datastore": "^7.0.0",

@@ -0,8 +1,13 @@

> # ⛔️ DEPRECATED: [js-IPFS](https://github.com/ipfs/js-ipfs) has been superseded by [Helia](https://github.com/ipfs/helia)
>
> 📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS)
>
> ⚠️ If you continue using this repo, please note that security fixes will not be provided
# ipfs-core-types <!-- omit in toc -->
[![ipfs.io](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io)
[![IRC](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![Discord](https://img.shields.io/discord/806902334369824788?style=flat-square)](https://discord.gg/ipfs)
[![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
[![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech)
[![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs)
[![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml)
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/js-ipfs/test.yml?branch=master\&style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/test.yml?query=branch%3Amaster)

@@ -9,0 +14,0 @@ > IPFS interface definitions used by implementations for API compatibility.