Socket
Socket
Sign inDemoInstall

@cocreate/instagram

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocreate/instagram - npm Package Compare versions

Comparing version 1.2.62 to 1.2.63

7

CHANGELOG.md

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

## [1.2.63](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.2.62...v1.2.63) (2023-03-15)
### Bug Fixes
* actions object renamed to endPoints ([84759c9](https://github.com/CoCreate-app/CoCreate-instagram/commit/84759c91180741b61c66d7f4aa493031e581fdf1))
## [1.2.62](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.2.61...v1.2.62) (2023-02-01)

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

2

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

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

@@ -5,3 +5,3 @@ import api from '@cocreate/api'

name: 'instagram',
actions: {
endPoints: {
getUserProfile: {}

@@ -11,5 +11,2 @@ },

api.init({
name: CoCreateInstagram.name,
component: CoCreateInstagram,
});
api.init(CoCreateInstagram);
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