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

@ipld/car

Package Overview
Dependencies
Maintainers
8
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 4.1.1 to 4.1.2

2

cjs/lib/encoder.js

@@ -38,3 +38,3 @@ 'use strict';

async close() {
return writer.end();
await writer.end();
}

@@ -41,0 +41,0 @@ };

@@ -37,3 +37,3 @@ 'use strict';

outWaitResolver();
return drainer;
await drainer;
}

@@ -40,0 +40,0 @@ };

@@ -29,3 +29,3 @@ import varint from 'varint';

async close() {
return writer.end();
await writer.end();
}

@@ -32,0 +32,0 @@ };

@@ -33,3 +33,3 @@ function noop() {

outWaitResolver();
return drainer;
await drainer;
}

@@ -36,0 +36,0 @@ };

@@ -62,3 +62,3 @@ import varint from 'varint'

async close () {
return writer.end()
await writer.end()
/* c8 ignore next 2 */

@@ -65,0 +65,0 @@ // Node.js 12 c8 bug

@@ -55,3 +55,3 @@ /**

outWaitResolver()
return drainer
await drainer
/* c8 ignore next 2 */

@@ -58,0 +58,0 @@ // Node.js 12 c8 bug

{
"name": "@ipld/car",
"version": "4.1.1",
"version": "4.1.2",
"description": "Content Addressable aRchive format reader and writer",

@@ -5,0 +5,0 @@ "main": "./cjs/car.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