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

@tabcat/ipfs-bundle-t

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tabcat/ipfs-bundle-t - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "@tabcat/ipfs-bundle-t",
"version": "0.0.1",
"description": "custum browser bundle for ipfs node",
"version": "0.0.2",
"description": "custom browser bundle for ipfs node",
"main": "index.js",

@@ -16,3 +16,3 @@ "scripts": {

"type": "git",
"url": "https://github.com/tabcat/ipfsBundle.git"
"url": "https://github.com/tabcat/ipfs-bundle-t.git"
},

@@ -19,0 +19,0 @@ "author": "andersb@tuta.io",

@@ -7,8 +7,8 @@ # ipfsBundle

```
npm install -s @tabcat/ipfsBundle
npm install -s @tabcat/ipfs-bundle-t
```
create the ipfs node:
```
const ipfsBundle = require('@tabcat/ipfsBundle')
const ipfs = IpfsBundle
const IpfsBundle = require('@tabcat/ipfs-bundle-t')
const ipfs = IpfsBundle()
ipfs.on('ready', function(){

@@ -15,0 +15,0 @@ //ipfs node ready to use

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