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

11te

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

11te - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

10

context.js

@@ -59,2 +59,12 @@ const dateFormat = require('dateformat')

this.update = update
this.type = Object.keys(update)[1]
var re = update[this.type]
var name = re.from || re.chat
this.chat_id = name.id
this.name = name.username || name.title || name.first_name
// delete re.from
// delete re.chat
// re.date = Date.now()
this.re = re
this.options = options

@@ -61,0 +71,0 @@ this.updateType = UpdateTypes.find((key) => key in this.update)

2

package.json

@@ -29,3 +29,3 @@ {

"types": "./typings/index.d.ts",
"version": "1.0.3"
"version": "1.0.4"
}
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