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

twitter-lite

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

twitter-lite - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

2

index.d.ts

@@ -133,2 +133,4 @@ /**

access_token_secret?: OauthTokenSecret;
/** bearer token */
bearer_token?: string;
}

@@ -135,0 +137,0 @@

4

package.json
{
"name": "twitter-lite",
"version": "0.13.0",
"version": "0.14.0",
"description": "Tiny, full-featured client/server REST/stream library for the Twitter API",

@@ -51,3 +51,3 @@ "source": "twitter.js",

"test": "eslint --fix . && jest --detectOpenHandles",
"release": "npm run -s prepare && git tag $npm_package_version && git push && git push --tags && npm publish"
"release": "npm run -s prepare && npm test && git tag $npm_package_version && git push && git push --tags && npm publish"
},

@@ -54,0 +54,0 @@ "husky": {

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