Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
8
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-torrent - npm Package Compare versions

Comparing version 3.32.0 to 3.32.1

10

package.json
{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "3.32.0",
"version": "3.32.1",
"author": {

@@ -33,4 +33,3 @@ "name": "WebTorrent, LLC",

"devDependencies": {
"airtap": "0.0.7",
"brfs": "^1.1.2",
"brfs": "^2.0.0",
"parse-torrent": "^6.0.0",

@@ -64,6 +63,3 @@ "standard": "*",

"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/browser/*.js",
"test-browser-local": "airtap --local -- test/browser/*.js",
"test-node": "tape test/*.js"
"test": "standard && tape test/*.js"
},

@@ -70,0 +66,0 @@ "standard": {

@@ -14,4 +14,2 @@ # create-torrent [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]

[![Sauce Test Status](https://saucelabs.com/browser-matrix/create-torrent.svg)](https://saucelabs.com/u/create-torrent)
![creation](https://raw.githubusercontent.com/webtorrent/create-torrent/master/img.jpg)

@@ -43,4 +41,5 @@

A reasonable piece length (~1024 pieces) will automatically be selected for the .torrent
file, or you can override it if you want a different size (See API docs below).
A reasonable piece length (approx. 1024 pieces) will automatically be selected
for the .torrent file, or you can override it if you want a different size (See
API docs below).

@@ -47,0 +46,0 @@ ### api

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