social-api-js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
30405
22
652
0