New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

starcounter-jack-haunted

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

starcounter-jack-haunted - npm Package Compare versions

Comparing version 6.0.2 to 6.0.3

lib/haunted-lit-element.d.ts

2

lib/core.d.ts

@@ -28,1 +28,3 @@ import { ComponentCreator } from './component.js';

export { State } from './state.js';
export * from "./ref.js";
export * from "./haunted-lit-element.js";

@@ -21,2 +21,4 @@ import { makeComponent } from './component.js';

export { State } from './state.js';
export * from "./ref.js";
export * from "./haunted-lit-element.js";
//# sourceMappingURL=core.js.map

2

lib/use-effect.d.ts

@@ -9,3 +9,3 @@ import { State, Callable } from './state.js';

*/
declare const useEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | VoidFunction | Promise<void>, values?: unknown[] | undefined) => void;
declare const useEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | Promise<void> | VoidFunction, values?: unknown[] | undefined) => void;
export { setEffects, useEffect };

@@ -8,3 +8,3 @@ import { State } from './state.js';

*/
declare const useLayoutEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | VoidFunction | Promise<void>, values?: unknown[] | undefined) => void;
declare const useLayoutEffect: (callback: (this: State<unknown>, self: HTMLElement) => void | Promise<void> | VoidFunction, values?: unknown[] | undefined) => void;
export { useLayoutEffect };
{
"name": "starcounter-jack-haunted",
"repository": "git://github.com/starcounter-jack/haunted.git",
"version": "6.0.2",
"version": "6.0.3",
"description": "Hooks for web components",

@@ -6,0 +6,0 @@ "main": "lib/haunted.js",

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