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

apithreads

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apithreads - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

./build/index.js

18

package.json
{
"name": "apithreads",
"version": "1.0.3",
"version": "1.0.4",
"description": "Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's [Threads](https://threads.net).",
"author": "Viraj Bhartiya <virajbhartiya.github.io>",
"homepage": "https://virajbhartiya.github.io/projects/apithreads",
"homepage": "https://virajbhartiya.github.io/projects/apithreads.html",
"repository": "virajbhartiya/apithreads",

@@ -27,8 +27,2 @@ "license": "MIT",

],
"scripts": {
"build": "rm -rf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly",
"buildwin": "npx rimraf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly",
"dev": "yarn build && node build/test",
"test": "jest"
},
"devDependencies": {

@@ -63,3 +57,9 @@ "@babel/core": "^7.22.8",

"threads-api"
]
],
"scripts": {
"build": "rm -rf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly",
"buildwin": "npx rimraf ./lib && swc src --config-file .swcrc -d build && tsc --emitDeclarationOnly",
"dev": "yarn build && node build/test",
"test": "jest"
}
}
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