Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
1
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.29.0 to 3.29.1

13

package.json
{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "3.29.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"version": "3.29.1",
"author": {
"name": "WebTorrent, LLC",
"email": "feross@webtorrent.io",
"url": "https://webtorrent.io"
},
"bin": {

@@ -10,3 +14,3 @@ "create-torrent": "./bin/cmd.js"

"bugs": {
"url": "https://github.com/feross/create-torrent/issues"
"url": "https://github.com/webtorrent/create-torrent/issues"
},

@@ -40,3 +44,2 @@ "dependencies": {

},
"homepage": "https://github.com/feross/create-torrent",
"keywords": [

@@ -59,3 +62,3 @@ ".torrent",

"type": "git",
"url": "git://github.com/feross/create-torrent.git"
"url": "git://github.com/webtorrent/create-torrent.git"
},

@@ -62,0 +65,0 @@ "scripts": {

# create-torrent [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/feross/create-torrent/master.svg
[travis-url]: https://travis-ci.org/feross/create-torrent
[travis-image]: https://img.shields.io/travis/webtorrent/create-torrent/master.svg
[travis-url]: https://travis-ci.org/webtorrent/create-torrent
[npm-image]: https://img.shields.io/npm/v/create-torrent.svg

@@ -16,3 +16,3 @@ [npm-url]: https://npmjs.org/package/create-torrent

![creation](https://raw.githubusercontent.com/feross/create-torrent/master/img.jpg)
![creation](https://raw.githubusercontent.com/webtorrent/create-torrent/master/img.jpg)

@@ -126,2 +126,2 @@ This module is used by [WebTorrent](http://webtorrent.io)! This module works in node.js and the browser (with [browserify](http://browserify.org/)).

MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org).
MIT. Copyright (c) [Feross Aboukhadijeh](https://feross.org) and [WebTorrent, LLC](https://webtorrent.io).

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