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.10 to 2.2.11

9

twit/index.d.ts

@@ -5,2 +5,3 @@ // Type definitions for twit 2.2

// lostfictions <https://github.com/lostfictions>
// sapphiredev <https://github.com/sapphiredev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -35,3 +36,3 @@ // TypeScript Version: 2.3

export interface HashtagEntity {
indices: number[],
indices: [number, number],
text: string,

@@ -53,3 +54,3 @@ }

id_str: string,
indices: number[],
indices: [number, number],
url: string,

@@ -69,3 +70,3 @@ display_url: string,

expanded_url: string,
indices: number[],
indices: [number, number],
}

@@ -75,3 +76,3 @@ export interface UserMentionEntity {

id_str: string,
indices: number[],
indices: [number, number],
name: string,

@@ -78,0 +79,0 @@ screen_name: string,

{
"name": "@types/twit",
"version": "2.2.10",
"version": "2.2.11",
"description": "TypeScript definitions for twit",

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

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

@@ -30,4 +35,4 @@ ],

},
"typesPublisherContentHash": "a1700523d49101a9c164975883cd851efa71405f3b1a196d00df4f00e2d3554b",
"typesPublisherContentHash": "9de1bb225e714f3636735fe8bf2c29f8d8591fe80a1599a40b874af6612785b6",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Thu, 11 Jan 2018 22:07:40 GMT
* Last updated: Tue, 23 Jan 2018 20:08:10 GMT
* Dependencies: http, events, node, geojson

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

# Credits
These definitions were written by Volox <https://github.com/Volox>, lostfictions <https://github.com/lostfictions>.
These definitions were written by Volox <https://github.com/Volox>, lostfictions <https://github.com/lostfictions>, sapphiredev <https://github.com/sapphiredev>.
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