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

@appsemble/preact

Package Overview
Dependencies
Maintainers
4
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsemble/preact - npm Package Compare versions

Comparing version 0.18.14 to 0.18.15

3

dist/index.d.ts

@@ -13,3 +13,2 @@ import { BootstrapParams, Messages } from '@appsemble/sdk';

* @param Component - The Preact component to mount.
*
* @returns A promise which gets resolved if the component calls `ready()`.

@@ -23,5 +22,3 @@ */

* @deprecated Use `useBlock()` instead.
*
* @param Component - The Preact componen to wrap.
*
* @returns The wrapper component.

@@ -28,0 +25,0 @@ */

@@ -10,3 +10,2 @@ import { jsx as _jsx } from "preact/jsx-runtime";

* @param Component - The Preact component to mount.
*
* @returns A promise which gets resolved if the component calls `ready()`.

@@ -33,5 +32,3 @@ */

* @deprecated Use `useBlock()` instead.
*
* @param Component - The Preact componen to wrap.
*
* @returns The wrapper component.

@@ -38,0 +35,0 @@ */

4

package.json
{
"name": "@appsemble/preact",
"version": "0.18.14",
"version": "0.18.15",
"description": "Build your own blocks using Preact",

@@ -36,5 +36,5 @@ "keywords": [

"peerDependencies": {
"@appsemble/sdk": "0.18.14",
"@appsemble/sdk": "0.18.15",
"preact": "^10"
}
}

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