Socket
Socket
Sign inDemoInstall

@cocreate/instagram

Package Overview
Dependencies
20
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.11.0 to 1.11.1

7

CHANGELOG.md

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

## [1.11.1](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.11.0...v1.11.1) (2023-12-09)
### Bug Fixes
* getOrg() renamed to getOrganization() ([a079a5b](https://github.com/CoCreate-app/CoCreate-instagram/commit/a079a5b35089f3a788801e89e0d71c23d7c9b43b))
# [1.11.0](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.10.0...v1.11.0) (2023-11-25)

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

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -24,3 +24,3 @@ 'use strict'

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

@@ -27,0 +27,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