Socket
Socket
Sign inDemoInstall

skatejs

Package Overview
Dependencies
Maintainers
7
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skatejs - npm Package Compare versions

Comparing version 4.6.4 to 4.6.5

2

package.json

@@ -90,3 +90,3 @@ {

},
"version": "4.6.4"
"version": "4.6.5"
}

@@ -40,3 +40,4 @@ import { Key, HTMLProps } from './common';

updatedCallback(previousProps: { [nameOrSymbol: string]: any }): boolean | void;
renderCallback(): VDOMElement<any> | VDOMElement<any>[] | null;
// NOTE: infering generics work only on instances, not on implementation type. So this will not give you type safety, you still have to manually annotate those props in your code
renderCallback(props?: Props): VDOMElement<any> | VDOMElement<any>[] | null;
renderedCallback(): void;

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