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

telegram-typings

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

telegram-typings - npm Package Compare versions

Comparing version 0.3.5-1 to 0.3.5-2

2

package.json
{
"name": "telegram-typings",
"version": "0.3.5-1",
"version": "0.3.5-2",
"description": "Telegram typings for TypeScript and Flowtype to create bots",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -13,3 +13,2 @@ # telegram-typings

```ts

@@ -20,2 +19,13 @@ // typescript

### Flow
```bash
# Search in flow-typed
flow-typed search telegram-typings
# if not found, copy content of ./javascript/index.js.flow to your flow-typed
wget https://raw.githubusercontent.com/sergeysova/telegram-typings/master/javascript/index.js.flow -O ./flow-typed/npm/telegram-typings_vx.x.x.js
# next use as normal module
```
```js

@@ -22,0 +32,0 @@ // flow

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