Socket
Socket
Sign inDemoInstall

airgram-core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

airgram-core - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/Airgram.d.ts

@@ -8,5 +8,5 @@ import { ApiMethods } from 'airgram-api';

handleError: ag.ErrorHandler;
readonly provider: ag.TdProvider<any>;
private _createContext?;
private _updates;
private provider;
constructor(config: ag.AirgramConfig<ContextT>);

@@ -13,0 +13,0 @@ readonly name: string;

{
"name": "airgram-core",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://airgram.io",

@@ -48,4 +48,4 @@ "main": "dist/index.js",

"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.2.4"
"typescript": "^3.5.2"
}
}

@@ -23,2 +23,4 @@ import { apiFactory, ApiMethods } from 'airgram-api'

public readonly provider: ag.TdProvider<any>
private _createContext?: (options: ag.ContextOptions) => ContextT

@@ -28,4 +30,2 @@

private provider: ag.TdProvider<any>
constructor (config: ag.AirgramConfig<ContextT>) {

@@ -32,0 +32,0 @@ super()

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