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

@pyramid-embed/embed-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pyramid-embed/embed-js - npm Package Compare versions

Comparing version 2.0.20 to 2.0.21

dist/pyramid-embed-api.d.ts

21

dist/pyramid-embed-client.js

@@ -175,6 +175,15 @@ import { __awaiter, __generator } from "tslib";

return;
var scriptElem = document.createElement("script");
scriptElem.src = host + "no-shell/embed.js";
scriptElem.async = true;
document.head.appendChild(scriptElem);
var headExists = false;
Array.from(document.querySelectorAll("script")).forEach(function (x) {
var _a;
if ((_a = x.src) === null || _a === void 0 ? void 0 : _a.includes("no-shell/embed.js")) {
headExists = true;
}
});
if (!headExists) {
var scriptElem = document.createElement("script");
scriptElem.src = host + "no-shell/embed.js";
scriptElem.async = true;
document.head.appendChild(scriptElem);
}
}

@@ -190,4 +199,4 @@ function tryLoadStaticEmbed() {

}
(function () {
document.addEventListener("DOMContentLoaded", function (event) {
tryLoadStaticEmbed();
})();
});
{
"name": "@pyramid-embed/embed-js",
"version": "2.0.20",
"version": "2.0.21",
"main": "dist/index.js",

@@ -11,2 +11,3 @@ "scripts": {

"build:global": "webpack -p --config webpack.global.js",
"build:global:dev": "webpack -p --config webpack.global.dev.js",
"postinstall": "npm prune"

@@ -26,3 +27,4 @@ },

"webpack": "4.41.5",
"webpack-cli": "3.3.10"
"webpack-cli": "3.3.10",
"webpack-merge": "4.2.2"
},

@@ -29,0 +31,0 @@ "files": [

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