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

@capri-js/preact

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capri-js/preact - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

1

lib/index.d.ts
import { IslandOptions } from "capri";
import { ComponentType } from "preact";
export type { RenderFunction } from "capri";
export declare function island<T extends ComponentType<any>>(component: T, options?: IslandOptions): T;

2

package.json
{
"name": "@capri-js/preact",
"version": "3.0.2",
"version": "3.0.3",
"description": "",

@@ -5,0 +5,0 @@ "author": "Felix Gnass <fgnass@gmail.com>",

@@ -8,3 +8,3 @@ # Preact bindings for Capri 🍋

import { defineConfig } from "vite";
import preact from "@preact/preset-vite";
import preact from "@preact/preset-vite/vite-plugin";
import capri from "@capri-js/preact";

@@ -11,0 +11,0 @@

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