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.9 to 0.0.10

5

dist/index.js

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

styleLink.rel = "stylesheet";
styleLink.href = "https://unpkg.com/@trypanacea/sdk/dist/styles.css"; // Update with the correct path to your built CSS
styleLink.href = "https://unpkg.com/@trypanacea/sdk@latest/dist/styles.css"; // Update with the correct path to your built CSS
// styleLink.href = "/dist/styles.css"; // Update with the correct path to your built CSS
shadow.appendChild(styleLink);

@@ -96,3 +97,3 @@ // Create floating button

iframe.className =
"w-[400px] max-h-[calc(100vh-12rem)] border border-0 border-gray-200 max-w-[calc(100vw-12rem)] h-0 overflow-auto shadow shadow-xl rounded-2xl fixed bottom-24 right-8 z-10 transition-all duration-300 ease-in-out";
"w-[400px] max-h-[calc(100vh-12rem)] border border-0 border-gray-200 max-w-[calc(100vw-12rem)] h-0 overflow-auto shadow shadow-xl rounded-2xl fixed bottom-24 right-4 z-10 transition-all duration-300 ease-in-out";
iframe.style.backgroundColor = backgroundColor;

@@ -99,0 +100,0 @@ shadow.appendChild(iframe);

2

package.json
{
"name": "@trypanacea/sdk",
"version": "0.0.9",
"version": "0.0.10",
"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