Socket
Socket
Sign inDemoInstall

haunted

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haunted - npm Package Compare versions

Comparing version 4.2.0 to 4.2.1

4

index.d.ts

@@ -10,3 +10,3 @@ import { html, render, TemplateResult } from 'lit-html';

export function useEffect(fn: () => Function | void): void;
export function useEffect(fn: () => Function | void, inputs?: any[]): void;

@@ -34,2 +34,2 @@ export function useState(intialValue?: any): [any, Function];

el: HTMLElement;
}
}
{
"name": "haunted",
"version": "4.2.0",
"version": "4.2.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -91,3 +91,3 @@ # Haunted 🦇 🎃

render(html`
<my-app name="world"><my-app>
<my-app name="world"></my-app>
`, document.body);

@@ -94,0 +94,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