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

frets-styles-generator

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frets-styles-generator - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

build/main/templates/react.js

@@ -22,3 +22,3 @@ var __defProp = Object.defineProperty;

type hFn<T> = (
export type hFn<T> = (
children: Array<ReactNode | AllHTMLAttributes<T>>

@@ -313,3 +313,3 @@ ) => ReactElement;

}
export function $onClick<T>(fn: React.MouseEventHandler<T>) {
export function $onClick(fn: React.MouseEventHandler<T>) {
return (child: BaseStyles, ...children: BaseStyleArgs<T>) => {

@@ -332,3 +332,3 @@ const firstChild = children[0]

export function $formOnSubmit<T>(fn: (e?: React.FormEvent<any>) => void) {
export function $formOnSubmit(fn: (e?: React.FormEvent<any>) => void) {
return $$('form').injectProps({

@@ -335,0 +335,0 @@ onSubmit: (e) => {

{
"name": "frets-styles-generator",
"version": "4.0.0",
"version": "4.0.1",
"description": "Tool that generates a Typescript class for hyperscript functions based on a CSS file",

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

Sorry, the diff of this file is too big to display

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