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

@types/twit

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/twit - npm Package Compare versions

Comparing version 2.2.8 to 2.2.9

21

twit/index.d.ts
// Type definitions for twit 2.2
// Project: https://github.com/ttezel/twit
// Definitions by: Volox <https://github.com/Volox>
// lostfictions <https://github.com/lostfictions>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -211,8 +212,18 @@ // TypeScript Version: 2.3

}
export interface Errors {
errors: {
code: number
message: string
}[]
}
export interface SearchResults {
statuses: Twitter.Status[],
search_metadata: Twitter.Metadata,
}
}
export interface Response {
statuses: Twitter.Status[],
search_metadata: Twitter.Metadata,
}
export type Response = object
interface MediaParam {

@@ -254,3 +265,3 @@ file_path: string

data: Response,
responde: IncomingMessage,
resp: IncomingMessage,
}

@@ -257,0 +268,0 @@ export interface Callback {

{
"name": "@types/twit",
"version": "2.2.8",
"version": "2.2.9",
"description": "TypeScript definitions for twit",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "Volox"
},
{
"name": "lostfictions",
"url": "https://github.com/lostfictions",
"githubUsername": "lostfictions"
}

@@ -21,7 +26,8 @@ ],

"dependencies": {
"@types/events": "*",
"@types/node": "*",
"@types/geojson": "*"
},
"typesPublisherContentHash": "ad816afcafd2ef1eb89f5cea3b8cbb6d2444084f7d8dcac9ef9aadf85f0432ce",
"typesPublisherContentHash": "af59ec194ee18078d3aa913a7fc156df227b38fe687828a7fd699e43ea1f757f",
"typeScriptVersion": "2.3"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Thu, 09 Nov 2017 15:19:58 GMT
* Last updated: Fri, 29 Dec 2017 22:15:19 GMT
* Dependencies: http, events, node, geojson

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Volox <https://github.com/Volox>.
These definitions were written by Volox <https://github.com/Volox>, lostfictions <https://github.com/lostfictions>.

Sorry, the diff of this file is not supported yet

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