Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@trypanacea/sdk

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trypanacea/sdk - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

6

dist/index.js

@@ -79,2 +79,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

const container = document.createElement("div");
container.style.position = "fixed";
container.style.zIndex = "999";
if (!container.attachShadow) {

@@ -88,4 +90,4 @@ console.error("Shadow DOM is not supported in this browser.");

styleLink.rel = "stylesheet";
styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css";
// styleLink.href = "./dist/styles.css";
// styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css";
styleLink.href = "./dist/styles.css";
shadow.appendChild(styleLink);

@@ -92,0 +94,0 @@ // Apply dynamic styles

{
"name": "@trypanacea/sdk",
"version": "0.0.17",
"version": "0.0.18",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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