Socket
Socket
Sign inDemoInstall

@airgram-dev/core

Package Overview
Dependencies
0
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.0-next.6 to 2.3.0-next.7

4

Airgram.js

@@ -256,3 +256,5 @@ "use strict";

defineContextProperty(ctx, 'airgram', this);
defineContextProperty(ctx, 'state', createState(state));
var contextState = createState(state);
defineContextProperty(ctx, 'getState', contextState.getState);
defineContextProperty(ctx, 'setState', contextState.setState);
Object.keys(props).forEach(function (name) {

@@ -259,0 +261,0 @@ defineContextProperty(ctx, name, props[name]);

{
"name": "@airgram-dev/core",
"version": "2.3.0-next.6",
"version": "2.3.0-next.7",
"private": false,

@@ -11,3 +11,3 @@ "main": "index.js",

},
"gitHead": "7a64648285f93c619985591a3e372abe916a5662",
"gitHead": "781b4f7ed68718e2625289c5bc83be3bb4507204",
"sideEffects": false,

@@ -14,0 +14,0 @@ "author": "Alexander Krisko",

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