@textile/buckets
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -28,5 +28,5 @@ "use strict"; | ||
const grpc_transport_1 = require("@textile/grpc-transport"); | ||
const cids_1 = __importDefault(require("cids")); | ||
const event_iterator_1 = require("event-iterator"); | ||
const loglevel_1 = __importDefault(require("loglevel")); | ||
const multiformats_1 = require("multiformats"); | ||
const types_1 = require("../types"); | ||
@@ -354,3 +354,3 @@ const normalize_1 = require("./normalize"); | ||
: event.path; | ||
const cid = multiformats_1.CID.parse(pth); | ||
const cid = new cids_1.default(pth); | ||
const res = { | ||
@@ -468,3 +468,3 @@ path: { | ||
: event.path; | ||
const cid = multiformats_1.CID.parse(pth); | ||
const cid = new cids_1.default(pth); | ||
const res = { | ||
@@ -471,0 +471,0 @@ path: { |
@@ -1,2 +0,2 @@ | ||
import type { CID } from 'multiformats'; | ||
import type CID from 'cids'; | ||
export declare const AbortError: Error; | ||
@@ -3,0 +3,0 @@ /** |
import { Identity } from "@textile/crypto"; | ||
import { CopyAuthOptions, GrpcAuthentication, WithKeyInfoOptions, WithUserAuthOptions } from "@textile/grpc-authentication"; | ||
import { KeyInfo, UserAuth } from "@textile/security"; | ||
import { CID } from "multiformats"; | ||
import CID from "cids"; | ||
import { GrpcConnection } from "@textile/grpc-connection"; | ||
@@ -6,0 +6,0 @@ declare const AbortError: Error; |
{ | ||
"name": "@textile/buckets", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Web-gRPC wrapper client for managing Textile Buckets.", | ||
@@ -24,16 +24,16 @@ "main": "dist/cjs/index.js", | ||
"@improbable-eng/grpc-web": "^0.13.0", | ||
"@textile/buckets-grpc": "2.4.0", | ||
"@textile/buckets-grpc": "2.5.0", | ||
"@textile/context": "^0.10.0", | ||
"@textile/crypto": "^2.1.1", | ||
"@textile/grpc-authentication": "^3.0.2", | ||
"@textile/grpc-connection": "^2.2.0", | ||
"@textile/crypto": "^4.0.0", | ||
"@textile/grpc-authentication": "^3.2.0", | ||
"@textile/grpc-connection": "^2.3.0", | ||
"@textile/grpc-transport": "^0.3.0", | ||
"@textile/hub-grpc": "2.4.0", | ||
"@textile/hub-threads-client": "^5.0.2", | ||
"@textile/hub-grpc": "2.5.0", | ||
"@textile/hub-threads-client": "^5.2.0", | ||
"@textile/security": "^0.7.0", | ||
"@textile/threads-id": "^0.4.0", | ||
"abort-controller": "^3.0.0", | ||
"cids": "^1.1.4", | ||
"event-iterator": "^2.0.0", | ||
"loglevel": "^1.6.8", | ||
"multiformats": "^4.4.1" | ||
"loglevel": "^1.6.8" | ||
}, | ||
@@ -44,3 +44,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1eab59293a02ecfddb9edb4f729a79c66a5a9bb5" | ||
"gitHead": "be0b7b39158c3ab240cfd3d9495527f1ee670bab" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1124431
22476
2
+ Addedcids@^1.1.4
+ Added@textile/buckets-grpc@2.5.0(transitive)
+ Added@textile/hub-grpc@2.5.0(transitive)
- Removedmultiformats@^4.4.1
- Removed@textile/buckets-grpc@2.4.0(transitive)
- Removed@textile/crypto@2.1.1(transitive)
- Removed@textile/hub-grpc@2.4.0(transitive)
- Removedlodash.transform@4.6.0(transitive)
- Removedmultiformats@4.6.3(transitive)
Updated@textile/buckets-grpc@2.5.0
Updated@textile/crypto@^4.0.0
Updated@textile/hub-grpc@2.5.0