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

@kodadot1/minipfs

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kodadot1/minipfs - npm Package Compare versions

Comparing version 0.4.0-rc.0 to 0.4.1-rc.0

5

dist/index.d.ts

@@ -37,2 +37,3 @@ import { FetchOptions } from 'ofetch';

declare const IPFS_PREFIX = "ipfs://";
declare const IPNS_PREFIX = "ipns://";
declare const HTTP_REGEX: RegExp;

@@ -44,3 +45,3 @@ declare const ARWEAVE_REGEX: RegExp;

declare const PINATA_GATEWAY: HTTPS_URI;
type IPFSProviders = 'pinata' | 'cloudflare' | 'ipfs' | 'dweb' | 'kodadot' | 'kodadot_beta' | 'rmrk' | 'fleek' | 'nftstorage' | 'aragon' | 'cf' | 'infura' | 'gateway' | 'filebase_kodadot' | 'infura_dedicated_2' | 'infura_kodadot1';
type IPFSProviders = 'cloudflare' | 'ipfs' | 'dweb' | 'kodadot' | 'kodadot_beta' | 'rmrk' | 'fleek' | 'nftstorage' | 'aragon' | 'cf' | 'infura' | 'gateway' | 'filebase_kodadot' | 'infura_dedicated_2' | 'infura_kodadot1';
type AvailableProviders = IPFSProviders[];

@@ -65,2 +66,2 @@ declare const ipfsProviders: Record<IPFSProviders, HTTPS_URI>;

export { $obtain, $purify, ARWEAVE_REGEX, ARWEAVE_URI, AvailableProviders, Callback, FetchCallback, Formatter, HTTPS_URI, HTTP_REGEX, IPFS, IPFSProviders, IPFS_FS_PREFIX, IPFS_HASH, IPFS_NS_PREFIX, IPFS_PATH, IPFS_PREFIX, IPFS_REGEX, IPFS_URI, IPNS_PATH, MetadataMap, PINATA_GATEWAY, SMART_IPFS_REGEX, SanitizedOutput, URI, UnwrapCallback, canBeIPFS, competition, extractIPFS, getGatewayURI, getProperURI, getProviderList, ipfsProviders, isCID, isDefaultPinataProvider, isFetchable, isFullPath, isHTTP, isPath, obtain, obtainFast, obtainMedia, obtainMimeType, obtainSafe, sanitize, toArweavePath, toIPFSPath };
export { $obtain, $purify, ARWEAVE_REGEX, ARWEAVE_URI, AvailableProviders, Callback, FetchCallback, Formatter, HTTPS_URI, HTTP_REGEX, IPFS, IPFSProviders, IPFS_FS_PREFIX, IPFS_HASH, IPFS_NS_PREFIX, IPFS_PATH, IPFS_PREFIX, IPFS_REGEX, IPFS_URI, IPNS_PATH, IPNS_PREFIX, MetadataMap, PINATA_GATEWAY, SMART_IPFS_REGEX, SanitizedOutput, URI, UnwrapCallback, canBeIPFS, competition, extractIPFS, getGatewayURI, getProperURI, getProviderList, ipfsProviders, isCID, isDefaultPinataProvider, isFetchable, isFullPath, isHTTP, isPath, obtain, obtainFast, obtainMedia, obtainMimeType, obtainSafe, sanitize, toArweavePath, toIPFSPath };

6

package.json
{
"name": "@kodadot1/minipfs",
"version": "0.4.0-rc.0",
"version": "0.4.1-rc.0",
"description": "",

@@ -22,3 +22,3 @@ "repository": "kodadot/packages",

"dependencies": {
"ofetch": "^1.1.1"
"ofetch": "^1.3.3"
},

@@ -28,3 +28,3 @@ "devDependencies": {

"c8": "latest",
"changelogen": "^0.5.4",
"changelogen": "^0.5.5",
"eslint": "latest",

@@ -31,0 +31,0 @@ "typescript": "latest",

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 not supported yet

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