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

planktos

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

planktos - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

bin/server.js
#!/usr/bin/env node
const Server = require('../server').Server;
const Server = require('../build/server').Server;
const s = new Server(process.cwd());
s.listen(8000);
{
"name": "planktos",
"description": "A library for making p2p web apps",
"version": "0.0.5",
"version": "0.0.6",
"homepage": "http://www.planktos.xyz",

@@ -6,0 +6,0 @@ "main": "./build/lib/client.js",

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