New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

twttr

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twttr - npm Package Compare versions

Comparing version 0.0.1-security to 1.0.0

index.d.ts

32

package.json
{
"name": "twttr",
"version": "0.0.1-security",
"description": "",
"version": "1.0.0",
"description": "Minimal Twitter API client",
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"oauth-1.0a": "^2.2.6"
},
"devDependencies": {
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"jest": "^25.2.7",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"scripts": {
"build": "eslint index.ts && tsc",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -11,11 +25,13 @@ },

"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
"url": "git+https://github.com/pofallon/twttr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"keywords": [
"twitter"
],
"author": "Paul O'Fallon",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
"url": "https://github.com/pofallon/twttr/issues"
},
"homepage": "https://github.com/npm/security-holder#readme"
"homepage": "https://github.com/pofallon/twttr#readme"
}

@@ -1,9 +0,4 @@

# Security holding package
# twttr
Minimal Twitter API client
This package name is not currently in use, but was formerly occupied
by another package. To avoid malicious use, npm is hanging on to the
package name, but loosely, and we'll probably give it to you if you
want it.
You may adopt this package by contacting support@npmjs.com and
requesting the name.
Based on the [twine](https://github.com/pofallon/twine) sample created in the [Building Command Line Applications in Node.js](https://www.pluralsight.com/courses/node-js-building-command-line-app) Pluralsight course.
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