Socket
Socket
Sign inDemoInstall

torrentz2

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

torrentz2 - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "torrentz2",
"version": "2.0.2",
"version": "2.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "app.js",

@@ -39,5 +39,5 @@ ## TORRENTZ2 API

```javascript
const torrentz = require('torrentz2',{skipDDOS:true});
torrentz.searchTorrentz2('Ubuntu 15.04').then(console.log);
```
const torrentz = require('torrentz2');
torrentz.searchTorrentz2('Ubuntu 15.04',{skipDDOS:true}).then(console.log);
```
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