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

@textile/buckets

Package Overview
Dependencies
Maintainers
5
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/buckets - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

6

dist/cjs/api/index.js

@@ -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

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