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

@plaidev/karte-action-sdk

Package Overview
Dependencies
Maintainers
2
Versions
660
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plaidev/karte-action-sdk - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

2

dist/index.d.ts

@@ -37,2 +37,3 @@ /** @jsx h */

zIndex?: number | undefined;
fixed?: boolean | undefined;
fog?: boolean | undefined;

@@ -46,2 +47,3 @@ send: (name: string, values?: any) => void;

zIndex?: number | undefined;
fixed?: boolean | undefined;
fog?: boolean | undefined;

@@ -48,0 +50,0 @@ send: (name: string, values?: any) => void;

4

dist/index.js

@@ -118,3 +118,3 @@ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {

props.fog && (h(Fog, { onClick: function () { setState(0); } })),
h(Position, { position: props.position, zIndex: props.zIndex },
h(Position, { position: props.position, zIndex: props.zIndex, fixed: props.fixed },
h(Base, null,

@@ -141,3 +141,3 @@ h(CloseButton, { styled: props.styled, onClick: function () { props.send("message_close"); setState(0); } }),

props.fog && (h(Fog, { onClick: function () { setState(0); } })),
h(Position, { position: props.position, zIndex: props.zIndex },
h(Position, { position: props.position, zIndex: props.zIndex, fixed: props.fixed },
h(Base, null,

@@ -144,0 +144,0 @@ h(CloseButton, { styled: props.styled, onClick: function () { props.send("message_close"); setState(0); } }),

{
"name": "@plaidev/karte-action-sdk",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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