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

@textile/core-storage

Package Overview
Dependencies
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textile/core-storage - npm Package Compare versions

Comparing version 0.0.7 to 0.0.9

3

dist/storage.d.ts

@@ -14,3 +14,3 @@ /// <reference types="node" />

*/
export declare type Status = "Unknown" | "Batching" | "Preparing" | "Auctioning" | "DealMaking" | "Success" | "Error";
declare type Status = "Unknown" | "Batching" | "Preparing" | "Auctioning" | "DealMaking" | "Success" | "Error";
/**

@@ -90,1 +90,2 @@ * Request is a request for storing data in a Provider.

export declare function create({ token, host }: StorageConfig): StorageAPI;
export {};
{
"name": "@textile/core-storage",
"version": "0.0.7",
"version": "0.0.9",
"description": "Core interfaces for Textile's Filecoin bridge system",

@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js",

@@ -15,3 +15,3 @@ import type { Readable } from "stream";

*/
export type Status =
type Status =
| "Unknown"

@@ -18,0 +18,0 @@ | "Batching"

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