New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

social-api-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social-api-js - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

tests/instagram-tests.js

2

package.json
{
"name": "social-api-js",
"version": "1.0.0",
"version": "1.0.1",
"author": {

@@ -5,0 +5,0 @@ "name": "Mark Kennedy",

@@ -34,3 +34,7 @@ 'use strict';

_handleLoadApi (cb) {
this.loadScript(this.options.scriptUrl, 'instagram-sdk', cb);
this.loadScript(this.options.scriptUrl, 'instagram-sdk', function () {
// must manually process instagram embed
window.instgrm.Embeds.process();
cb(window.instgrm);
});
}

@@ -37,0 +41,0 @@

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