Comparing version 4.1.3 to 4.1.4
@@ -6,2 +6,3 @@ import { CarReader } from './lib/reader.js' | ||
import { CarIndexedReader } from './lib/indexed-reader.js' | ||
import * as CarBufferWriter from './lib/buffer-writer.js' | ||
@@ -14,3 +15,4 @@ export { | ||
CarWriter, | ||
CarIndexedReader | ||
CarIndexedReader, | ||
CarBufferWriter | ||
} |
@@ -10,2 +10,3 @@ 'use strict'; | ||
var indexedReader = require('./lib/indexed-reader.js'); | ||
var bufferWriter = require('./lib/buffer-writer.js'); | ||
@@ -20,1 +21,2 @@ | ||
exports.CarIndexedReader = indexedReader.CarIndexedReader; | ||
exports.CarBufferWriter = bufferWriter; |
@@ -9,2 +9,3 @@ import { CarReader } from './lib/reader.js'; | ||
import { CarIndexedReader } from './lib/indexed-reader.js'; | ||
import * as CarBufferWriter from './lib/buffer-writer.js'; | ||
export { | ||
@@ -16,3 +17,4 @@ CarReader, | ||
CarWriter, | ||
CarIndexedReader | ||
CarIndexedReader, | ||
CarBufferWriter | ||
}; |
{ | ||
"name": "@ipld/car", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "Content Addressable aRchive format reader and writer", | ||
@@ -84,3 +84,3 @@ "main": "./cjs/car.js", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^17.0.0", | ||
"@types/node": "^18.0.0", | ||
"@types/varint": "^6.0.0", | ||
@@ -93,3 +93,3 @@ "@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"ipjs": "^5.2.0", | ||
"ipld-garbage": "^4.0.10", | ||
"ipld-garbage": "^5.0.0", | ||
"jsdoc4readme": "^1.4.0", | ||
@@ -96,0 +96,0 @@ "mocha": "^10.0.0", |
@@ -7,3 +7,4 @@ import { CarReader } from "./lib/reader.js"; | ||
import { CarIndexedReader } from "./lib/indexed-reader.js"; | ||
export { CarReader, CarIndexer, CarBlockIterator, CarCIDIterator, CarWriter, CarIndexedReader }; | ||
import * as CarBufferWriter from "./lib/buffer-writer.js"; | ||
export { CarReader, CarIndexer, CarBlockIterator, CarCIDIterator, CarWriter, CarIndexedReader, CarBufferWriter }; | ||
//# sourceMappingURL=car.d.ts.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
596725
15452
4