Socket
Socket
Sign inDemoInstall

@moonr/threads

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "@moonr/threads",
"version": "1.0.0",
"version": "1.0.1",
"description": "Threads scraper search info and post from threads.net",

@@ -23,3 +23,3 @@ "main": "src/index.js",

],
"author": "Alyachan",
"author": "alya-tok",
"license": "MIT",

@@ -26,0 +26,0 @@ "bugs": {

@@ -58,3 +58,3 @@ # threads scraper

```js
const request = require("threads")
const request = require("@moonr/threads")
let req = await request('bulansutena', 'search')

@@ -378,5 +378,5 @@ console.log(req)

```js
const request = require("threads")
const request = require("@moonr/threads")
let req = await request('bulansutena', 'post')
console.log(req)
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc