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

swarm-js

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swarm-js - npm Package Compare versions

Comparing version 0.1.33 to 0.1.34

lib/a.js

2

examples/run_node.js
// THIS IS OUTDATED
// TODO: update it
const Swarm = require("./../src/swarm.js");
const Swarm = require("./..");
const fs = require("fs");

@@ -6,0 +6,0 @@ const path = require("path");

@@ -1,2 +0,2 @@

const swarm = require("./../src/swarm.js").at("http://swarm-gateways.net");
const swarm = require("./..").at("http://swarm-gateways.net");

@@ -3,0 +3,0 @@ (async () => {

@@ -1,2 +0,2 @@

var mimetype = require('mimetype');
var mimetype = require('mime-types');
var pick = require("./pick.js");

@@ -3,0 +3,0 @@ var request = require("xhr-request-promise");

{
"name": "swarm-js",
"version": "0.1.33",
"version": "0.1.34",
"description": "Swarm tools for JavaScript.",

@@ -17,3 +17,3 @@ "main": "lib/api-node.js",

"repository": {
"type": "git",
"type": "git",
"url": "https://github.com/maiavictor/swarm-js"

@@ -26,3 +26,3 @@ },

"fs-promise": "^2.0.0",
"mimetype": "0.0.8",
"mime-types": "^2.1.16",
"mkdirp-promise": "^5.0.1",

@@ -29,0 +29,0 @@ "mock-fs": "^4.1.0",

@@ -1,2 +0,2 @@

const mimetype = require('mimetype');
const mimetype = require('mime-types');
const pick = require("./pick.js");

@@ -3,0 +3,0 @@ const request = require("xhr-request-promise");

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