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.4.24 to 1.4.25

7

CHANGELOG.md

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

## [1.4.25](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.4.24...v1.4.25) (2023-06-11)
### Bug Fixes
* testing workflow ([b566613](https://github.com/CoCreate-app/CoCreate-instagram/commit/b566613d900b583c1f0488f6b34a728a0edcc788))
## [1.4.24](https://github.com/CoCreate-app/CoCreate-instagram/compare/v1.4.23...v1.4.24) (2023-06-11)

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

4

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

@@ -30,3 +30,3 @@ "keywords": [

"dev": "npx webpack --config webpack.config.js --watch",
"postinstall": "node $PWD/node_modules/@cocreate/cli/check-coc.js"
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
},

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

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