Socket
Socket
Sign inDemoInstall

puregram

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

puregram - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7-rc.1

2

package.json
{
"name": "puregram",
"version": "1.1.6",
"version": "1.1.7-rc.1",
"main": "src/index.js",

@@ -5,0 +5,0 @@ "repository": {

@@ -47,3 +47,3 @@ import Params from "../../typings/params";

public mediaId?: string;
public mediaGroupId?: string;

@@ -50,0 +50,0 @@ public authorSignature?: string;

@@ -122,3 +122,3 @@ let { inspect } = require('util');

get mediaId() {
get mediaGroupId() {
return this.update.media_group_id || null;

@@ -726,3 +726,3 @@ }

editDate: this.editDate,
mediaId: this.mediaId,
mediaGroupId: this.mediaGroupId,
authorSignature: this.authorSignature,

@@ -729,0 +729,0 @@ text: this.text,

@@ -41,3 +41,3 @@ import Params from "../../typings/params";

public mediaId?: string;
public mediaGroupId?: string;

@@ -44,0 +44,0 @@ public authorSignature?: string;

@@ -122,3 +122,3 @@ let { inspect } = require('util');

get mediaId() {
get mediaGroupId() {
return this.update.media_group_id || null;

@@ -726,3 +726,3 @@ }

editDate: this.editDate,
mediaId: this.mediaId,
mediaGroupId: this.mediaGroupId,
authorSignature: this.authorSignature,

@@ -729,0 +729,0 @@ text: this.text,

@@ -41,3 +41,3 @@ import Params from "../../typings/params";

public mediaId?: string;
public mediaGroupId?: string;

@@ -44,0 +44,0 @@ public authorSignature?: string;

@@ -122,3 +122,3 @@ let { inspect } = require('util');

get mediaId() {
get mediaGroupId() {
return this.update.media_group_id || null;

@@ -726,3 +726,3 @@ }

editDate: this.editDate,
mediaId: this.mediaId,
mediaGroupId: this.mediaGroupId,
authorSignature: this.authorSignature,

@@ -729,0 +729,0 @@ text: this.text,

@@ -118,3 +118,3 @@ import Params from '../../typings/params';

*/
public mediaId?: string;
public mediaGroupId?: string;

@@ -121,0 +121,0 @@ /**

@@ -123,3 +123,3 @@ let { inspect } = require('util');

get mediaId() {
get mediaGroupId() {
return this.update.media_group_id || null;

@@ -743,3 +743,3 @@ }

editDate: this.editDate,
mediaId: this.mediaId,
mediaGroupId: this.mediaGroupId,
authorSignature: this.authorSignature,

@@ -746,0 +746,0 @@ text: this.text,

@@ -48,3 +48,3 @@ import Params from "../../typings/params";

public mediaId?: string;
public mediaGroupId?: string;

@@ -51,0 +51,0 @@ public authorSignature?: string;

@@ -87,3 +87,3 @@ let { inspect } = require('util');

get mediaId() {
get mediaGroupId() {
return this.context.media_group_id || null;

@@ -262,3 +262,3 @@ }

editDate: this.editDate,
mediaId: this.mediaId,
mediaGroupId: this.mediaGroupId,
authorSignature: this.authorSignature,

@@ -265,0 +265,0 @@ text: this.text,

Sorry, the diff of this file is too big to display

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