Socket
Socket
Sign inDemoInstall

airgram-core

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

dist/Airgram.d.ts

@@ -1,2 +0,2 @@

import { ApiMethods } from 'airgram-api';
import { ApiMethods } from 'airgram-api/apiFactory';
import { Composer } from './components';

@@ -3,0 +3,0 @@ import * as ag from './types/airgram';

@@ -62,3 +62,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
var airgram_api_1 = require("airgram-api");
var apiFactory_1 = require("airgram-api/apiFactory");
var components_1 = require("./components");

@@ -93,3 +93,3 @@ var DEFAULT_CONFIG = {

_this.callApi = _this.callApi.bind(_this);
_this.api = airgram_api_1.apiFactory(_this.callApi);
_this.api = apiFactory_1.apiFactory(_this.callApi);
setTimeout(function () { return _this.api.getAuthorizationState(); }, 0);

@@ -96,0 +96,0 @@ return _this;

{
"name": "airgram-core",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://airgram.io",

@@ -30,3 +30,3 @@ "main": "dist/index.js",

"dependencies": {
"airgram-api": "^1.1.1"
"airgram-api": "^1.1.2"
},

@@ -33,0 +33,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

import { apiFactory, ApiMethods } from 'airgram-api'
import { apiFactory, ApiMethods } from 'airgram-api/apiFactory'
import { compose, Composer, createContext, optional, Updates } from './components'

@@ -3,0 +3,0 @@ import * as ag from './types/airgram'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc