Socket
Socket
Sign inDemoInstall

@cocreate/instagram

Package Overview
Dependencies
0
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.1 to 1.11.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.11.2](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.11.1...v1.11.2) (2024-02-03)
### Bug Fixes
* removed from clinet.js ([5f52c22](https://github.com/CoCreate-app/CoCreate-instagram/commit/5f52c222b3ddf131dda675d7728f2edf1c5b208b))
## [1.11.1](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.11.0...v1.11.1) (2023-12-09)

@@ -2,0 +9,0 @@

5

package.json
{
"name": "@cocreate/instagram",
"version": "1.11.1",
"version": "1.11.2",
"description": "A simple instagram component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",

@@ -59,6 +59,3 @@ "keywords": [

"webpack-log": "^3.0.1"
},
"dependencies": {
"@cocreate/api": "^1.17.0"
}
}

4

src/server.js
'use strict'
const api = require('@cocreate/api');
class CoCreateInstagram {

@@ -24,3 +22,3 @@ constructor(wsManager) {

try {
let org = await api.getOrganization(data, this.name);
let org = await this.crud.getOrganization(data, this.name);
if (params.environment) {

@@ -27,0 +25,0 @@ environment = params['environment'];

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