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

@ipld/car

Package Overview
Dependencies
Maintainers
9
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ipld/car - npm Package Compare versions

Comparing version 5.1.1 to 5.2.0

1

dist/src/index.d.ts

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

export const contentType: "application/vnd.ipld.car";
import { CarReader } from "./reader.js";

@@ -2,0 +3,0 @@ import { CarBufferReader } from "./buffer-reader.js";

2

package.json
{
"name": "@ipld/car",
"version": "5.1.1",
"version": "5.2.0",
"description": "Content Addressable aRchive format reader and writer",

@@ -5,0 +5,0 @@ "author": "Rod <rod@vagg.org> (http://r.va.gg/)",

@@ -9,2 +9,5 @@ import { CarReader } from './reader.js'

// @see https://www.iana.org/assignments/media-types/application/vnd.ipld.car
export const contentType = 'application/vnd.ipld.car'
export {

@@ -11,0 +14,0 @@ CarReader,

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

Sorry, the diff of this file is not supported yet

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